Returns the double value of this Double.
()
| 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 |
no outgoing calls
no test coverage detected