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

Definition

Determines if a value is normal.

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

Parameters

value
Decimal

The value to be checked.

Returns

true if value is normal; otherwise, false.

Implements

Applies to