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

Try to extract an array of 2 floats.

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