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

Definição

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

Parâmetros

x
Int32

O valor a ser comparado com y.

y
Int32

O valor a ser comparado com x.

Retornos

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

Implementações

Aplica-se a