BitConverter.UInt64BitsToDouble(UInt64) Methode

Definitie

Belangrijk

Deze API is niet CLS-conform.

Converteert het opgegeven 64-bits niet-ondertekende gehele getal naar een drijvende komma met dubbele precisie.

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

Het getal dat moet worden geconverteerd.

Retouren

Een drijvende komma met dubbele precisie waarvan de bits identiek zijn aan value.

Kenmerken

Van toepassing op