BigInteger.IsPositive(BigInteger) Metode

Definisi

Menentukan apakah nilai positif.

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

Parameter

value
BigInteger

Nilai yang akan diperiksa.

Mengembalikan

true jika value positif; jika tidak, false.

Penerapan

Keterangan

Nilai false yang dikembalikan tidak menyiratkan bahwa IsNegative(TSelf) akan mengembalikan true. Bilangan kompleks, a + bi untuk bukan nol b, bukan positif atau negatif

Berlaku untuk