Decimal64.IsNormal(Decimal64) Method

Definition

public:
 static bool IsNormal(System::Numerics::Decimal64 value) = System::Numerics::INumberBase<System::Numerics::Decimal64>::IsNormal;
public static bool IsNormal(System.Numerics.Decimal64 value);
static member IsNormal : System.Numerics.Decimal64 -> bool
Public Shared Function IsNormal (value As Decimal64) As Boolean

Parameters

value
Decimal64

Returns

Implements

Applies to