Function il2_iltags::io::data::read_f32[][src]

pub fn read_f32(reader: &mut dyn Reader) -> Result<f32>
Expand description

Extracts an f32 from the specified Reader. It is always expected to be encoded as a binary32 from IEEE 754-2008.

Arguments:

Returns:

  • Ok(v): The value read;
  • Err(_): If the value could not be extracted;