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

Definicja

Określa, czy wartość znajduje się w jego reprezentacji kanonicznej.

 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

Wartość do sprawdzenia.

Zwraca

truejeśli value znajduje się w jego kanonicznej reprezentacji; w przeciwnym razie . false

Implementuje

Dotyczy