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

Tanım

Bir değerin sonsuz olup olmadığını belirler.

 static bool System.Numerics.INumberBase<System.Decimal>.IsInfinity(System::Decimal value) = System::Numerics::INumberBase<System::Decimal>::IsInfinity;
static bool INumberBase<decimal>.IsInfinity (decimal value);
static member System.Numerics.INumberBase<System.Decimal>.IsInfinity : decimal -> bool
 Shared Function IsInfinity (value As Decimal) As Boolean Implements INumberBase(Of Decimal).IsInfinity

Parametreler

value
Decimal

Denetlenecek değer.

Döndürülenler

true sonsuzsa value ; değilse, false.

Uygulamalar

Şunlara uygulanır