Half.IsNegative(Half) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Devoluciones
Es true si es negativo; de lo contrario, es false.