IntPtr.INumber<IntPtr>.MaxNumber(IntPtr, IntPtr) Método

Definição

Compara dois valores com a computação, que é maior e retorna o outro valor se uma entrada for 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

Parâmetros

x
IntPtr

nativeint

O valor a ser comparado com y.

y
IntPtr

nativeint

O valor a ser comparado com x.

Retornos

IntPtr

nativeint

x se for maior que y; caso contrário, y.

Implementações

Aplica-se a