IntPtr.INumberBase<IntPtr>.MaxMagnitudeNumber(IntPtr, IntPtr) Metoda

Definice

Porovná dvě hodnoty s výpočtem, který má větší velikost, a vrátí druhou hodnotu, pokud je NaNvstup .

 static IntPtr System.Numerics.INumberBase<nint>.MaxMagnitudeNumber(IntPtr x, IntPtr y) = System::Numerics::INumberBase<IntPtr>::MaxMagnitudeNumber;
static IntPtr INumberBase<IntPtr>.MaxMagnitudeNumber (IntPtr x, IntPtr y);
static member System.Numerics.INumberBase<nint>.MaxMagnitudeNumber : nativeint * nativeint -> nativeint
 Shared Function MaxMagnitudeNumber (x As IntPtr, y As IntPtr) As IntPtr Implements INumberBase(Of IntPtr).MaxMagnitudeNumber

Parametry

x
IntPtr

nativeint

Hodnota, která se má porovnat s y.

y
IntPtr

nativeint

Hodnota, která se má porovnat s x.

Návraty

IntPtr

nativeint

xpokud je větší než y; v opačném případě . y

Implementuje

Platí pro