Half.IsNegative(Half) Método

Definición

Determina si el valor especificado es negativo.

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

Parámetros

value
Half

Número Half de punto flotante.

Devoluciones

true si es negativo; false de lo contrario.

Implementaciones

Se aplica a