BigInteger.IsPositive(BigInteger) Método

Definição

Determina se um valor é positivo.

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

Parâmetros

value
BigInteger

O valor a ser verificado.

Retornos

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

Implementações

Comentários

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

Aplica-se a