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

Definition

Avgör om ett värde är positiv oändlighet.

 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

Parametrar

value
Decimal

Det värde som ska kontrolleras.

Returer

true om value är positiv oändlighet; annars, false.

Implementeringar

Gäller för