pub fn float_bits_to_int(v: f32) -> i32
Expand description

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

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

See also: