MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / floatToIntBits

Method floatToIntBits

vm/JavaAPI/src/java/lang/Float.java:108–108  ·  view source on GitHub ↗

Returns the bit representation of a single-float value. The result is a representation of the floating-point argument according to the IEEE 754 floating-point "single precision" bit layout. Bit 31 (the bit that is selected by the mask 0x80000000) represents the sign of the floating-point number. Bit

(float value)

Source from the content-addressed store, hash-verified

106 * method, will produce a floating-point value equal to the argument to floatToIntBits.
107 */
108 public native static int floatToIntBits(float value);
109
110 /**
111 * Returns the float value of this Float object.

Callers 15

fastPowMethod · 0.95
hashCodeMethod · 0.95
equalsMethod · 0.95
hashCodeMethod · 0.95
equalsMethod · 0.95
writeFloatMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.95
compareMethod · 0.95

Calls

no outgoing calls

Tested by 3

putFloatLEMethod · 0.76
hashCodeMethod · 0.76