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

Definizione

Determina se un valore è normale.

 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

Parametri

value
Decimal

Valore da controllare.

Restituisce

true se è normale; in caso value contrario, false.

Implementazioni

Si applica a