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

Method doubleToLongBits

lib/java/lang/Double.java:150–150  ·  view source on GitHub ↗

Converts the specified double value to a binary representation conforming to the IEEE 754 floating-point double precision bit layout. All Not-a-Number (NaN) values are converted to a single NaN representation (0x7ff8000000000000L). @param value the double value to conver

(double value)

Source from the content-addressed store, hash-verified

148 * @see #longBitsToDouble(long)
149 */
150 public static native long doubleToLongBits(double value);
151
152 /**
153 * Converts the specified double value to a binary representation conforming

Callers 12

setDoubleMethod · 0.95
absMethod · 0.95
maxMethod · 0.95
minMethod · 0.95
equalsMethod · 0.95
hashCodeMethod · 0.95
toHexStringMethod · 0.95
absMethod · 0.95
hashCodeMethod · 0.95
binarySearchMethod · 0.95
hashCodeMethod · 0.95
equalsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected