FloatingPointNumerics.ReinterpretAsLong(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reinterprets the memory contents of a double precision floating point value as an integer value
public static long ReinterpretAsLong (double value);
static member ReinterpretAsLong : double -> int64
Parameters
- value
- Double
Double precision floating point value whose memory contents to reinterpret
Returns
The memory contents of the double precision floating point value interpreted as an integer