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

Definition

Determines if a value is finite.

C#
static bool INumberBase<decimal>.IsFinite (decimal value);

Parameters

value
Decimal

The value to be checked.

Returns

true if value is finite; otherwise, false.

Implements

Applies to

Product Versions
.NET 7, 8, 9