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

Definice

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

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

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 menší než y; v opačném případě . y

Implementuje

Platí pro