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

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

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

Arguments:

Returns:

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