Int32.IsNegative(Int32) Método

Definição

Determina se um valor é negativo.

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

Parâmetros

value
Int32

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