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

Definition

Avgör om ett värde finns i dess kanoniska representation.

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

Parametrar

value
UInt128

Det värde som ska kontrolleras.

Returer

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

Implementeringar

Gäller för