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

Definição

Compara dois valores com a computação, que é menor e retorna o outro valor se uma entrada for NaN.

 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

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 menor que y; caso contrário, y.

Implementações

Aplica-se a