Decimal.INumberBase<Decimal>.MaxMagnitudeNumber Método

Definição

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

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

Parâmetros

x
Decimal

O valor a ser comparado com y.

y
Decimal

O valor a ser comparado com x.

Retornos

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

Implementações

Aplica-se a