Decimal.INumberBase<Decimal>.MinMagnitudeNumber Método

Definição

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

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

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