The goog.vec.Float64Array Class

goog.vec.Float64Array(p0)

Constructs a new Float64Array. The new array is initialized to all zeros.

p0 {goog.vec.Float64Array|Array|ArrayBuffer|number}
The length of the array, or an array to initialize the contents of the new Float64Array.

.BYTES_PER_ELEMENT {number}

The number of bytes in an element (as defined by the Typed Array specification).

.set(values, opt_offset)

Sets elements of the array.

values {Array.<number>|Float64Array}
The array of values.
opt_offset {number=}
The offset in this array to start.

.toString

Creates a string representation of this array.

returns {string}
The string version of this array.