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

Definition

Determines if a value is finite.

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

Parameters

value
Decimal

The value to be checked.

Returns

true if value is finite; otherwise, false.

Implements

Applies to