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

Definizione

Confronta due valori con il calcolo minore e restituendo l'altro valore se un input è NaN.

 static int System.Numerics.INumber<System.Int32>.MinNumber(int x, int y) = System::Numerics::INumber<int>::MinNumber;
static int INumber<int>.MinNumber (int x, int y);
static member System.Numerics.INumber<System.Int32>.MinNumber : int * int -> int
 Shared Function MinNumber (x As Integer, y As Integer) As Integer Implements INumber(Of Integer).MinNumber

Parametri

x
Int32

Valore da confrontare con y.

y
Int32

Valore da confrontare con x.

Restituisce

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

Implementazioni

Si applica a