BitConverter.DoubleToUInt64Bits(Double) Methode

Definition

Wichtig

Diese API ist nicht CLS-kompatibel.

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

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

Eine ganze 64-Bit-Ganzzahl ohne Vorzeichen, deren Bits mit identisch valuesind.

Attribute

Gilt für: