Partager via


BitConverter.DoubleToUInt64Bits(Double) Méthode

Définition

Important

Cette API n’est pas conforme CLS.

Convertit le nombre à virgule flottante double précision spécifié en entier non signé 64 bits.

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

Paramètres

value
Double

Nombre à convertir.

Retours

UInt64

Entier non signé 64 bits dont les bits sont identiques à value.

Attributs

S’applique à