pub fn get_f32b(buf: &[u8]) -> f32
Expand description

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