BitConverter.UInt64BitsToDouble(UInt64) Method

Definition

Important

This API is not CLS-compliant.

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

public:
 static double UInt64BitsToDouble(System::UInt64 value);
[System.CLSCompliant(false)]
public static double UInt64BitsToDouble (ulong value);
[<System.CLSCompliant(false)>]
static member UInt64BitsToDouble : uint64 -> double
Public Shared Function UInt64BitsToDouble (value As ULong) As Double

Parameters

value
UInt64

The number to convert.

Returns

A double-precision floating point number whose bits are identical to value.

Attributes

Applies to