Half.IsNegative(Half) Método

Definição

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

value
Half

Um Half número em ponto flutuante.

Devoluções

true se negativo; false caso contrário.

Implementações

Aplica-se a