Decimal.INumberBase<Decimal>.IsPositiveInfinity(Decimal) Yöntem

Tanım

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.

Uygulamalar

Şunlara uygulanır