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

Definicja

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

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

Parametry

value
IntPtr

nativeint

Wartość do sprawdzenia.

Zwraca

true jeśli value znajduje się w swojej kanonicznej reprezentacji; w przeciwnym razie false.

Implementuje

Dotyczy