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

Definice

Určuje, zda je hodnota v kanonické reprezentaci.

 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

Hodnota, která se má zkontrolovat.

Návraty

true pokud value je ve svém kanonickém vyjádření; falsev opačném případě .

Implementuje

Platí pro