BigInteger.IsNegative(BigInteger) Metode

Definisi

Menentukan apakah nilai negatif.

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

Parameter

value
BigInteger

Nilai yang akan diperiksa.

Mengembalikan

true jika value negatif; jika tidak, false.

Penerapan

Keterangan

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

Berlaku untuk