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

Definice

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

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

Parametry

value
Int32

Hodnota, která se má zkontrolovat.

Návraty

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

Implementuje

Platí pro