BigInteger.INumberBase<BigInteger>.IsNegativeInfinity Yöntem

Tanım

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

 static bool System.Numerics.INumberBase<System.Numerics.BigInteger>.IsNegativeInfinity(System::Numerics::BigInteger value) = System::Numerics::INumberBase<System::Numerics::BigInteger>::IsNegativeInfinity;
static bool INumberBase<BigInteger>.IsNegativeInfinity (System.Numerics.BigInteger value);
static member System.Numerics.INumberBase<System.Numerics.BigInteger>.IsNegativeInfinity : System.Numerics.BigInteger -> bool
 Shared Function IsNegativeInfinity (value As BigInteger) As Boolean Implements INumberBase(Of BigInteger).IsNegativeInfinity

Parametreler

value
BigInteger

Denetlenecek değer.

Döndürülenler

true negatif sonsuz ise value ; değilse, false.

Uygulamalar

Şunlara uygulanır