Float64Array API

Represents an array of 64-bit floating point numbers.

5 Total 3 Methods 2 Properties 5 Statics
  Show all

new Float64Array(…)

Creates a new Float64Array.Float64Array.Float64Array(length_or_buffer, [byteOffset, [length]])

Float64Array.BYTES_PER_ELEMENT

The size in bytes of each element in the array. Fixed at 8.Float64Array.BYTES_PER_ELEMENT

Float64Array.from()

Creates a new Float64Array from an array-like or iterable object.Float64Array.from()

Float64Array.of()

Creates a new Float64Array with a variable number of arguments.Float64Array.of()

Float64Array.prototype

The prototype of the Float64Array constructor.Float64Array.prototype

new Float64Array(…)

staticmethod

Creates a new Float64Array. Float64Array.Float64Array(length_or_buffer, [byteOffset, [length]])

Arguments

length_or_buffer – The length of the array or an array or array buffer to use
byteOffset – The offset in bytes from the start of the buffer
length – The count of elements to include in the array

You seem to be offline. App may not work.