abstract lime.utils.Float32Array(ArrayBufferView) from ArrayBufferView to ArrayBufferView

Available on all platforms

Class Fields

function fromBytes(bytes:Bytes, ?byteOffset:Int = 0, ?len:Int = null):Float32Array

Instance Fields

function new<T>(?elements:Int = null, ?array:Array<T> = null, ?view:ArrayBufferView = null, ?buffer:ArrayBuffer = null, ?byteoffset:Int = 0, ?len:Int = null):ArrayBufferView

function __get(idx:Int):Float

function __set(idx:Int, val:Float):Float

function subarray(begin:Int, ?end:Int = null):Float32Array

function toBytes():Bytes