Half.IsOddInteger(Half) 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.
Détermine si une valeur représente un nombre intégral impair.
public:
static bool IsOddInteger(Half value) = System::Numerics::INumberBase<Half>::IsOddInteger;
public static bool IsOddInteger (Half value);
static member IsOddInteger : Half -> bool
Public Shared Function IsOddInteger (value As Half) As Boolean
Paramètres
- value
- Half
Retours
true
s’il s’agit value
d’un entier impair ; sinon, false
.
Implémente
Remarques
Cette méthode gère correctement les valeurs à virgule flottante, et retourne alors 3.0
true
le 3.3
retour false
.
Une valeur de retour de n’implique false
pas qu’elle IsEvenInteger(TSelf) retourne true
. Un nombre avec une partie fractionnaire, par exemple, 3.3
n’est pas pair ou impair.