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

Definice

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

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

Parametry

value
Int16

Hodnota, která se má zkontrolovat.

Návraty

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

Implementuje

Platí pro