BitConverter.Int32BitsToSingle(Int32) 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.
Réinterprète l’entier 32 bits spécifié en valeur à virgule flottante simple précision.
public:
static float Int32BitsToSingle(int value);
public static float Int32BitsToSingle (int value);
static member Int32BitsToSingle : int -> single
Public Shared Function Int32BitsToSingle (value As Integer) As Single
Paramètres
- value
- Int32
Entier à convertir.
Retours
Valeur à virgule flottante simple précision représentant l’entier converti.