Skip to main content

decode_f64

Function decode_f64 

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

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