UInt64.INumberBase<UInt64>.IsPositiveInfinity(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 sonsuzluk değerinin pozitif olup olmadığını belirler.
static bool System.Numerics.INumberBase<System.UInt64>.IsPositiveInfinity(System::UInt64 value) = System::Numerics::INumberBase<System::UInt64>::IsPositiveInfinity;
static bool INumberBase<ulong>.IsPositiveInfinity(ulong value);
static member System.Numerics.INumberBase<System.UInt64>.IsPositiveInfinity : uint64 -> bool
Shared Function IsPositiveInfinity (value As ULong) As Boolean Implements INumberBase(Of ULong).IsPositiveInfinity
Parametreler
- value
- UInt64
Denetlenecek değer.
Döndürülenler
true sonsuzluk pozitifse value ; değilse, false.