Decimal.INumberBase<Decimal>.IsPositiveInfinity(Decimal) Metoda

Definice

Určuje, zda je hodnota kladné nekonečno.

 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

Parametry

value
Decimal

Hodnota, která se má zkontrolovat.

Návraty

true if value je kladné nekonečno, falsejinak hodnota .

Implementuje

Platí pro