Function nalgebra_glm::float_bits_to_int

source ·
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: