BigInteger.INumberBase<BigInteger>.IsNegativeInfinity Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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.