new Float32Array(…)
Creates a new Float32Array.Float32Array.Float32Array(length_or_buffer, [byteOffset, [length]])
Float32Array.BYTES_PER_ELEMENT
The size in bytes of each element in the array. Fixed at 4.Float32Array.BYTES_PER_ELEMENT
Float32Array.from()
Creates a new Float32Array from an array-like or iterable object.Float32Array.from()
Float32Array.of()
Creates a new Float32Array with a variable number of arguments.Float32Array.of()
Float32Array.prototype
The prototype of the Float32Array constructor.Float32Array.prototype