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

Definizione

Confronta due valori con il calcolo minore e restituendo l'altro valore se un input è 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

Parametri

x
IntPtr

nativeint

Valore da confrontare con y.

y
IntPtr

nativeint

Valore da confrontare con x.

Restituisce

IntPtr

nativeint

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

Implementazioni

Si applica a