Decimal.Min(Decimal, Decimal) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Compare deux valeurs au calcul, ce qui est inférieur.
public:
static System::Decimal Min(System::Decimal x, System::Decimal y) = System::Numerics::INumber<System::Decimal>::Min;
public static decimal Min (decimal x, decimal y);
static member Min : decimal * decimal -> decimal
Public Shared Function Min (x As Decimal, y As Decimal) As Decimal
Paramètres
- x
- Decimal
Valeur à comparer à y
.
- y
- Decimal
Valeur à comparer à x
.
Retours
x
s’il est inférieur à y
; sinon, y
.
Implémente
Remarques
Pour IFloatingPoint<TSelf>, cette méthode correspond à la fonction IEEE 754:2019 minimum
. Pour cela, les entrées NaN doivent être propagées à l’appelant et -0.0
traitées comme inférieures +0.0
à .