BitConverter.UInt64BitsToDouble(UInt64) Methode

Definition

Wichtig

Diese API ist nicht CLS-kompatibel.

Konvertiert die angegebene 64-Bit-ganzzahl ohne Vorzeichen in eine Gleitkommazahl mit doppelter Genauigkeit.

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

Parameter

value
UInt64

Die zahl, die konvertiert werden soll.

Gibt zurück

Eine Gleitkommazahl mit doppelter Genauigkeit, deren Bits identisch sind value.

Attribute

Gilt für: