BigInteger.IsPositive(BigInteger) Metodo

Definizione

Determina se un valore è 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

Parametri

value
BigInteger

Valore da controllare.

Restituisce

true se è positivo; in caso value contrario, false.

Implementazioni

Commenti

Un valore restituito di false non implica che IsNegative(TSelf) restituirà true. Un numero complesso, per non zero b, a + bi non è positivo o negativo

Si applica a