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

Tanım

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

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

Parametreler

value
UIntPtr

unativeint

Denetlenecek değer.

Döndürülenler

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

Uygulamalar

Şunlara uygulanır