Half.IsNegativeInfinity(Half) Metodo

Definizione

Determina se il valore specificato è infinito negativo.

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

Parametri

value
Half

Numero Half a virgola mobile.

Valori restituiti

true se value restituisce NegativeInfinity; in caso contrario false, .

Implementazioni

Si applica a