MCPcopy Create free account
hub / github.com/davidgiven/luje / floatToRawIntBits

Method floatToRawIntBits

lib/java/lang/Float.java:190–190  ·  view source on GitHub ↗

Converts the specified float value to a binary representation conforming to the IEEE 754 floating-point single precision bit layout. Not-a-Number (NaN) values are preserved. @param value the float value to convert. @return the IEEE 754 floating-point single precision representat

(float value)

Source from the content-addressed store, hash-verified

188 * @see #intBitsToFloat(int)
189 */
190 public static native int floatToRawIntBits(float value);
191
192 /**
193 * Gets the primitive value of this float.

Callers 3

compareMethod · 0.95
isSameMethod · 0.95
lessThanMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected