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

Definition

Avgör om ett värde är begränsat.

 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

Parametrar

value
Decimal

Det värde som ska kontrolleras.

Returer

true if value is finite;wise, false.

Implementeringar

Gäller för