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

Definizione

Confronta due valori con il calcolo minore e restituendo l'altro valore se un input è 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

Parametri

x
Decimal

Valore da confrontare con y.

y
Decimal

Valore da confrontare con x.

Restituisce

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

Implementazioni

Si applica a