pub fn get_float(
    member: &DnaStrMember,
    bytes_read: &[u8],
    byte_index: usize
) -> f32
Expand description

Extract 4 bytes in a row and interpret those as a “float”.

Print a WARNING in case the member type is not a “float” (and return 0.0_f32).