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

Method doubleToLongBits

Ports/CLDC11/src/java/lang/Double.java:67–69  ·  view source on GitHub ↗
(double value)

Source from the content-addressed store, hash-verified

65 /// If the argument is NaN, the result is 0x7ff8000000000000L.
66 /// In all cases, the result is a long integer that, when given to the longBitsToDouble(long) method, will produce a floating-point value equal to the argument to doubleToLongBits.
67 public static long doubleToLongBits(double value){
68 return 0l; //TODO codavaj!!
69 }
70
71 /// Returns the double value of this Double.
72 public double doubleValue(){

Callers 10

nextDownMethod · 0.95
binarySearchMethod · 0.95
hashCodeMethod · 0.95
equalsMethod · 0.95
equalsMethod · 0.95
hashCodeMethod · 0.95
toHexStringMethod · 0.95
binarySearchMethod · 0.95
hashCodeMethod · 0.95
equalsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected