Half.IsNegative(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 la valeur spécifiée est négative.
public:
static bool IsNegative(Half value) = System::Numerics::INumberBase<Half>::IsNegative;
public:
static bool IsNegative(Half value);
public static bool IsNegative(Half value);
static member IsNegative : Half -> bool
Public Shared Function IsNegative (value As Half) As Boolean
Paramètres
Retours
true si la valeur est négative ; sinon false.