Edit

Share via


FloatingPointNumerics.ReinterpretAsLong(Double) Method

Definition

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

Applies to