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

Definition

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

Parameters

value
Decimal128

Returns

Implements

Applies to