Half.IsNegative(Half) Método

Definição

Determina se o valor especificado é 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

Um número de ponto flutuante Half.

Retornos

Boolean

true se for negativo. Caso contrário, false.

Implementações

Aplica-se a