Skip to main content

read_f64

Function read_f64 

Source
pub fn read_f64(buf: &[u8], offset: usize) -> Option<f64>
Expand description

Read an f64 from the value at offset. Handles float32, float64, and all integer types (coerced to f64).