MCPcopy Create free account
hub / github.com/ReadyTalk/avian / floatToRawIntBits

Method floatToRawIntBits

classpath/java/lang/Float.java:112–112  ·  view source on GitHub ↗
(float value)

Source from the content-addressed store, hash-verified

110 }
111
112 public static native int floatToRawIntBits(float value);
113
114 public static native float intBitsToFloat(int bits);
115

Callers 3

hashCodeMethod · 0.95
floatToIntBitsMethod · 0.95
setMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected