pub fn float_bits_to_uint(v: f32) -> u32
Expand description

Returns an unsigned integer value representing the encoding of a floating-point value.

The floating-point value’s bit-level representation is preserved.

See also: