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

Definizione

Confronta due valori con il calcolo che è maggiore e restituisce l'altro valore se un input è NaN.

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

Parametri

x
Int32

Valore da confrontare con y.

y
Int32

Valore da confrontare con x.

Restituisce

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

Implementazioni

Si applica a