Constructor

new (buffer:ArrayBuffer, ?byteOffset:Int, ?length:Int)

new (length:Int)

new (array:Float32Array)

new (array:Array<Float>)

Throws:

null

DOMError

Variables

read onlylength:Int

Methods

set (array:Array<Float>, ?offset:Int):Void

set (array:Float32Array, ?offset:Int):Void

Static variables

staticinline read onlyBYTES_PER_ELEMENT:Int = 4

Inherited Variables

Defined by ArrayBufferView

read onlybyteLength:Int

read onlybyteOffset:Int

Inherited Methods