MathF.Sign(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.
Retourne un entier qui indique le signe d’un nombre à virgule flottante simple précision.
public:
static int Sign(float x);
public static int Sign (float x);
static member Sign : single -> int
Public Shared Function Sign (x As Single) As Integer
Paramètres
- x
- Single
Le nombre vérifie le signe.
Retours
Signe de x
Exceptions
x
est égal à NaN.
Remarques
Cette méthode appelle le runtime C sous-jacent, et la plage d’entrée exacte ou valide peut différer entre différents systèmes d’exploitation ou architectures.