UInt64.INumberBase<UInt64>.IsNegativeInfinity(UInt64) 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.UInt64>.IsNegativeInfinity(System::UInt64 value) = System::Numerics::INumberBase<System::UInt64>::IsNegativeInfinity;
static bool INumberBase<ulong>.IsNegativeInfinity(ulong value);
static member System.Numerics.INumberBase<System.UInt64>.IsNegativeInfinity : uint64 -> bool
Shared Function IsNegativeInfinity (value As ULong) As Boolean Implements INumberBase(Of ULong).IsNegativeInfinity
Parametreler
- value
- UInt64
Denetlenecek değer.
Döndürülenler
true negatif sonsuz ise value ; değilse, false.