Half.IsNegative(Half) Méthode

Définition

Détermine si la valeur spécifiée est négative.

public:
 static bool IsNegative(Half value);
public:
 static bool IsNegative(Half value) = System::Numerics::INumberBase<Half>::IsNegative;
public static bool IsNegative (Half value);
static member IsNegative : Half -> bool
Public Shared Function IsNegative (value As Half) As Boolean

Paramètres

value
Half

Nombre Half à virgule flottante .

Retours

true si la valeur est négative ; sinon false.

Implémente

S’applique à