System.BitConverter.Int64BitsToDouble Method

Converts the specified 64-bit signed integer to a double-precision floating point number.

Syntax

public static double Int64BitsToDouble (long value)

Parameters

value
The number to convert.

Returns

A double-precision floating point number whose value is equivalent to value.

Remarks

Typically, value is an integer that is returned by the BitConverter.DoubleToInt64Bits(double) method.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0