BigInteger.IsPositive(BigInteger) Yöntem

Tanım

Bir değerin pozitif olup olmadığını belirler.

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

Parametreler

value
BigInteger

Denetlenecek değer.

Döndürülenler

true pozitifse value , değilse, false.

Uygulamalar

Açıklamalar

değerinin false dönüş değeri döndüreceği IsNegative(TSelf)trueanlamına gelmez. Sıfır bolmayan için karmaşık bir sayı a + bi pozitif veya negatif değildir

Şunlara uygulanır