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