BitConverter.SingleToInt32Bits(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.
Convertit une valeur à virgule flottante simple précision en entier.
public:
static int SingleToInt32Bits(float value);
public static int SingleToInt32Bits (float value);
static member SingleToInt32Bits : single -> int
Public Shared Function SingleToInt32Bits (value As Single) As Integer
Paramètres
- value
- Single
Valeur à virgule flottante simple précision à convertir.
Retours
Entier représentant la valeur à virgule flottante simple précision convertie.