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

Definizione

Confronta due valori per calcolare che è maggiore e restituisce l'altro valore se un input è NaN.

 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

Parametri

x
IntPtr

nativeint

Valore da confrontare con y.

y
IntPtr

nativeint

Valore da confrontare con x.

Restituisce

IntPtr

nativeint

x se è maggiore di y; in caso contrario, y.

Implementazioni

Si applica a