Int16.INumberBase<Int16>.IsCanonical(Int16) Yöntem

Tanım

Bir değerin kurallı gösteriminde olup olmadığını belirler.

 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

Parametreler

value
Int16

Denetlenecek değer.

Döndürülenler

true kurallı temsilindeyse value ; değilse, false.

Uygulamalar

Şunlara uygulanır