BitConverter.SingleToInt32Bits(Single) Méthode

Définition

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

Int32

Entier représentant la valeur à virgule flottante simple précision convertie.

S’applique à