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