pub fn get_f64b(buf: &[u8]) -> f64
Expand description

Reads the first 8 bytes of a buffer, stores them in a big-endian order, and returns them as an f64.