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)
| 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 |
no outgoing calls
no test coverage detected