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

Definição

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

Parâmetros

x
Int32

O valor a ser comparado com y.

y
Int32

O valor a ser comparado com x.

Retornos

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

Implementações

Aplica-se a