BigInteger.IsNegative(BigInteger) Yöntem

Tanım

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

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

Parametreler

value
BigInteger

Denetlenecek değer.

Döndürülenler

true negatifse value ; değilse, false.

Uygulamalar

Açıklamalar

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

Şunlara uygulanır