pub fn read_f64(buf: &[u8], offset: usize) -> Option<f64>
Read an f64 from the value at offset. Handles float32, float64, and all integer types (coerced to f64).
offset