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