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

Tanım

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

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

Parametreler

value
Byte

Denetlenecek değer.

Döndürülenler

true kurallı gösterimindeyse value ; değilse, false.

Uygulamalar

Şunlara uygulanır