Decimal64.INumberBase<Decimal64>.IsCanonical(Decimal64) Method

Definition

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

Parameters

value
Decimal64

Returns

Implements

Applies to