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

Definice

Určuje, jestli je hodnota v kanonické reprezentaci.

 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

Parametry

value
UInt32

Hodnota, která se má zkontrolovat.

Návraty

truepokud value je v kanonické reprezentaci; v opačném případě . false

Implementuje

Platí pro