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

Inheritance

Constructor

goog.vec.Float64Array(p0)

Parameters

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

Instance Methods

Public Protected Private
set(valuesopt_offset)
Sets elements of the array.
Arguments:
values : Array.<number> | Float64Array
The array of values.
opt_offset : number=
The offset in this array to start.
code »
toString() string
Creates a string representation of this array.
Returns: string  The string version of this array.
code »

Instance Properties

BYTES_PER_ELEMENT :
The number of bytes in an element (as defined by the Typed Array specification).
Code »
length :
No description.
Code »

Static Properties

goog.vec.Float64Array.BYTES_PER_ELEMENT :
The number of bytes in an element (as defined by the Typed Array specification).
Code »

Package vec

Package Reference