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

Definição

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

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

Parâmetros

x
Decimal

O valor a ser comparado com y.

y
Decimal

O valor a ser comparado com x.

Retornos

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

Implementações

Aplica-se a