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.

Retornos

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

Implementações

Comentários

Um valor retornado de false não implica que IsPositive(TSelf) retornará true. Um número complexo, a + bi para diferente de zero b, não é positivo ou negativo

Aplica-se a