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

Definição

Compara dois valores com a computação, que é menor e retorna o outro valor se uma entrada for NaN.

 static long System.Numerics.INumber<System.Int64>.MinNumber(long x, long y) = System::Numerics::INumber<long>::MinNumber;
static long INumber<long>.MinNumber (long x, long y);
static member System.Numerics.INumber<System.Int64>.MinNumber : int64 * int64 -> int64
 Shared Function MinNumber (x As Long, y As Long) As Long Implements INumber(Of Long).MinNumber

Parâmetros

x
Int64

O valor a ser comparado com y.

y
Int64

O valor a ser comparado com x.

Retornos

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

Implementações

Aplica-se a