Edit

Share via


FloatingPointNumerics.ReinterpretAsDouble(Int64) Method

Definition

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

Applies to