Int16.IsNegative(Int16) Método

Definição

Determina se um valor é negativo.

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

Parâmetros

value
Int16

O valor a ser verificado.

Devoluções

true se value for negativo; caso contrário, false.

Implementações

Observações

Um valor de retorno de false não implica que IsPositive(TSelf) irá devolver true. Um número complexo, a + bi para não nulo b, não é positivo nem negativo

Aplica-se a