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

Definition

Bestimmt, ob ein Wert endlich ist.

 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

Parameter

value
Decimal

Der zu überprüfende Wert.

Gibt zurück

truewenn value endlich ist; andernfalls . false

Implementiert

Gilt für: