BigInteger.IsPositive(BigInteger) Metoda

Definice

Určuje, jestli je hodnota kladná.

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

Parametry

value
BigInteger

Hodnota, která se má zkontrolovat.

Návraty

true je-li value pozitivní; jinak , false.

Implementuje

Poznámky

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

Platí pro