UInt32.INumberBase<UInt32>.IsCanonical(UInt32) Metodo

Definizione

Determina se un valore è nella relativa rappresentazione canonica.

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

Parametri

value
UInt32

Valore da controllare.

Restituisce

true se value è nella relativa rappresentazione canonica; in caso contrario, false.

Implementazioni

Si applica a