Partager via


BitConverter.Int32BitsToSingle(Int32) Méthode

Définition

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

Single

Valeur à virgule flottante simple précision représentant l’entier converti.

S’applique à