doubleToRawLongBits

Returns a representation of the specified double value according to the IEEE 754 "double format" bit layout, preserving the exact NaN bit-pattern.

This is analogous to Java’s doubleToRawLongBits.

Return

the raw bits that represent the floating-point number.

Parameters

value

a double-precision floating-point number.