BitConverter.UInt64BitsToDouble(UInt64) Méthode
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- value
- UInt64
Nombre à convertir.
Nombre à virgule flottante double précision dont les bits sont identiques à value
.
- Attributs
Produit | Versions |
---|---|
.NET | 6, 7, 8, 9, 10 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :