Static variables

@:value(4)staticinlineread onlyBYTES_PER_ELEMENT:Int = 4

Static methods

@:has_untypedstaticinlinefromArray<T>(_array:Array<T>):Float32Array

@:has_untypedstaticinlinefromView(_view:ArrayBufferView):Float32Array

staticinlinefromBuffer(_buffer:ArrayBuffer, _byteOffset:Int, _byteLength:Int):Float32Array

@:value({ byteOffset : 0 })staticinlinefromBytes(bytes:Bytes, byteOffset:Int = 0, ?len:Int):Float32Array

staticinlinetoBytes(this:Float32Array):Bytes