BitConverter.UInt32BitsToSingle(UInt32) Méthode
Définition
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é 32 bits spécifié en nombre à virgule flottante simple précision.
public:
static float UInt32BitsToSingle(System::UInt32 value);
[System.CLSCompliant(false)]
public static float UInt32BitsToSingle (uint value);
[<System.CLSCompliant(false)>]
static member UInt32BitsToSingle : uint32 -> single
Public Shared Function UInt32BitsToSingle (value As UInteger) As Single
Paramètres
- value
- UInt32
Nombre à convertir.
Retours
Nombre à virgule flottante simple précision dont les bits sont identiques à value
.
- Attributs