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

Definition

Determines if a value is infinite.

 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

Parameters

value
Decimal

The value to be checked.

Returns

true if value is infinite; otherwise, false.

Implements

Applies to