floatToIntBits

Returns an integer representing the bits of the given value according to the IEEE 754 floating-point "single format" bit layout.

If value is NaN, this function returns 0x7fc00000 (the canonical NaN value).