[][src]Function nalgebra_glm::float_bits_to_int

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.

See also: