IntPtr.INumber<IntPtr>.MinNumber(IntPtr, IntPtr) Metoda

Definice

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

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

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