Skip to main content

f64_from_offset

Function f64_from_offset 

Source
pub fn f64_from_offset(
    contents: &[u8],
    offset: usize,
    endian: Ordering,
) -> Option<f64>
Expand description

Convenience function for f64 from a buffer with specified endian Ordering