BitConverter.UInt64BitsToDouble(UInt64) Methode

Definition

Wichtig

Diese API ist nicht CLS-kompatibel.

Konvertiert die angegebene 64-Bit-ganzzahl ohne Vorzeichen in eine Gleitkommanummer 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 zu konvertierende Zahl.

Gibt zurück

Double

Eine Gleitkommanummer mit doppelter Genauigkeit, deren Bits identisch valuesind.

Attribute

Gilt für