Half.IsNegativeInfinity(Half) Método

Definición

Determina si el valor especificado es 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

Parámetros

value
Half

Número Half de punto flotante.

Devoluciones

true es si value se evalúa como NegativeInfinity; de lo contrario false, es .

Implementaciones

Se aplica a