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

Definition

Determines if a value represents a real number.

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

Parameters

value
Decimal

The value to be checked.

Returns

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

Implements

Applies to