Decimal.INumber<Decimal>.MaxNumber(Decimal, Decimal) Metodo

Definizione

Confronta due valori con il calcolo che è maggiore e restituisce l'altro valore se un input è NaN.

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

Parametri

x
Decimal

Valore da confrontare con y.

y
Decimal

Valore da confrontare con x.

Restituisce

x se è maggiore di y; in caso contrario, y.

Implementazioni

Si applica a