[][src]Function nalgebra_glm::float_bits_to_uint

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.

See also: