pub fn float_bits_to_int(v: f32) -> i32
Returns a signed integer value representing the encoding of a floating-point value.
The floating-point value’s bit-level representation is preserved.
float_bits_to_int_vec()
float_bits_to_uint()
float_bits_to_uint_vec()
int_bits_to_float()
int_bits_to_float_vec()
uint_bits_to_float()
uint_bits_to_float_scalar()