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

Definition

Determines if a value is in its canonical representation.

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

Parameters

value
UInt64

The value to be checked.

Returns

true if value is in its canonical representation; otherwise, false.

Implements

Applies to