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.

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