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

Definice

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

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

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

x pokud je větší než y, jinak hodnota y.

Implementuje

Platí pro