FloatingPointNumerics.ReinterpretAsDouble(Int64) 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 an integer value as a double precision floating point value
public static double ReinterpretAsDouble (long value);
static member ReinterpretAsDouble : int64 -> double
Parameters
- value
- Int64
Integer whose memory contents to reinterpret
Returns
The memory contents of the integer interpreted as a double precision floating point value