Half.IsNegativeInfinity(Half) Méthode

Définition

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

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

Paramètres

value
Half

Nombre Half à virgule flottante .

Retours

Boolean

true si value a la valeur NegativeInfinity ; sinon false.

Implémente

S’applique à