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

Method doubleValue

vm/JavaAPI/src/java/lang/Double.java:96–98  ·  view source on GitHub ↗

Returns the double value of this Double.

()

Source from the content-addressed store, hash-verified

94 * Returns the double value of this Double.
95 */
96 public double doubleValue(){
97 return value;
98 }
99
100 /**
101 * Compares this object against the specified object. The result is true if and only if the argument is not null and is a Double object that represents a double that has the identical bit pattern to the bit pattern of the double represented by this object. For this purpose, two double values are considered to be the same if and only if the method

Callers 7

updateEnemiesMethod · 0.95
callDoubleMethod · 0.95
getAndSetMethod · 0.95
getMethod · 0.95
drawMethod · 0.95
getValueAsStringMethod · 0.95
appendInstructionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected