Skip to main content

decode_f32

Function decode_f32 

Source
pub fn decode_f32(data: &[u8]) -> Result<f32, DriverError>
Expand description

Decode a 32-bit float from binary format (4 bytes, big-endian IEEE 754).