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

Definition

Determines if a value is positive infinity.

 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

Parameters

value
Decimal

The value to be checked.

Returns

true if value is positive infinity; otherwise, false.

Implements

Applies to