Int64.IsNegative(Int64) Método

Definição

Determina se um valor é negativo.

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

Parâmetros

value
Int64

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