Half.IsNegativeInfinity(Half) Méthode

Définition

Détermine si la valeur spécifiée est l’infini négatif.

public:
 static bool IsNegativeInfinity(Half value) = System::Numerics::INumberBase<Half>::IsNegativeInfinity;
public:
 static bool IsNegativeInfinity(Half value);
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

true si value elle prend NegativeInfinityla valeur ; sinon false.

Implémente

S’applique à