Converts a Uint8Array into a 32-bit floating-point number (f32).
The array to convert
The optional offset in the Uint8Array at which to start reading the f32 value (default: 0)
The deserialized f32 value
Converts a Uint8Array into a 32-bit floating-point number (f32).