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

Definition

Avgör om ett värde är normalt.

 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

Parametrar

value
Decimal

Det värde som ska kontrolleras.

Returer

true om value är normalt, annars false.

Implementeringar

Gäller för