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

Definition

Avgör om ett värde finns i dess kanoniska 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

Parametrar

value
UInt64

Det värde som ska kontrolleras.

Returer

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

Implementeringar

Gäller för