BigInteger.IsNegative(BigInteger) Methode

Definitie

Bepaalt of een waarde negatief is.

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

Parameters

value
BigInteger

De waarde die moet worden gecontroleerd.

Retouren

trueals value dit negatief is; anders. false

Implementeringen

Opmerkingen

Een retourwaarde van false impliceert niet dat deze IsPositive(TSelf) retourneert true. Een complex getal, a + bi voor niet-nul b, is niet positief of negatief

Van toepassing op