BigInteger.IsNegative(BigInteger) Metodo

Definizione

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

Parametri

value
BigInteger

Valore da controllare.

Restituisce

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

Implementazioni

Commenti

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

Si applica a