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

Tanım

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

 static bool System.Numerics.INumberBase<System.UInt16>.IsCanonical(System::UInt16 value) = System::Numerics::INumberBase<System::UInt16>::IsCanonical;
static bool INumberBase<ushort>.IsCanonical (ushort value);
static member System.Numerics.INumberBase<System.UInt16>.IsCanonical : uint16 -> bool
 Shared Function IsCanonical (value As UShort) As Boolean Implements INumberBase(Of UShort).IsCanonical

Parametreler

value
UInt16

Denetlenecek değer.

Döndürülenler

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

Uygulamalar

Şunlara uygulanır