BitConverter.DoubleToUInt64Bits(Double) Methode

Definition

Wichtig

Diese API ist nicht CLS-kompatibel.

Konvertiert die angegebene doppelgenaue Gleitkommanummer in eine nicht signierte Ganzzahl von 64 Bit.

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

Parameter

value
Double

Die zu konvertierende Zahl.

Gibt zurück

UInt64

Eine 64-Bit-Ganzzahl, deren Bits identisch valuesind.

Attribute

Gilt für: