Function: unpackF32()¶
unpackF32(
bytes):Float32Array
Defined in: sandbox-core.d.ts:142
Unpack little-endian f32 bytes back into a Float32Array.
Throws if the byte length is not a multiple of 4.
Parameters¶
bytes¶
Uint8Array
Returns¶
Float32Array