Half.IsNegative(Half) Método

Definición

Determina si el valor especificado es negativo.

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

Parámetros

value
Half

Un número de punto flotante de Half.

Devoluciones

Es true si es negativo; de lo contrario, es false.

Implementaciones

Se aplica a