BigInteger.IsNegative(BigInteger) Método

Definição

Determina se um valor é negativo.

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

Parâmetros

value
BigInteger

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