Half.IsNegativeInfinity(Half) Método

Definición

Determina si el valor especificado es infinito negativo.

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

Parámetros

value
Half

Un número de punto flotante de Half.

Devoluciones

Boolean

Es true si value se evalúa en NegativeInfinity; en caso contrario, es false.

Implementaciones

Se aplica a