BitConverter.UInt64BitsToDouble(UInt64) Méthode

Définition

Important

Cette API n’est pas conforme CLS.

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

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

Paramètres

value
UInt64

Nombre à convertir.

Retours

Nombre à virgule flottante double précision dont les bits sont identiques à value.

Attributs

S’applique à