BigInteger.IsNegative(BigInteger) Metoda

Definice

Určuje, zda je hodnota záporná.

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

Parametry

value
BigInteger

Hodnota, která se má zkontrolovat.

Návraty

true je-li value negativní; v opačném případě false.

Implementuje

Poznámky

Návratová false hodnota neznamená, že IsPositive(TSelf) se vrátí true. Komplexní číslo, a + bi pro nenulu b, není kladné nebo záporné

Platí pro