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

Definition

Determines if a value represents a real number.

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

Parameters

value
Decimal

The value to be checked.

Returns

true if value is a real number; otherwise, false.

Implements

Applies to

Product Versions
.NET 7, 8, 9, 10