Half.IsNegative(Half) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Determina se o valor especificado é 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
Devoluções
true se negativo; false caso contrário.