Int128.MinMagnitude(Int128, Int128) 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 Int128 MinMagnitude(Int128 x, Int128 y) = System::Numerics::INumberBase<Int128>::MinMagnitude;
public static Int128 MinMagnitude (Int128 x, Int128 y);
static member MinMagnitude : Int128 * Int128 -> Int128
Public Shared Function MinMagnitude (x As Int128, y As Int128) As Int128
Paramètres
- x
- Int128
Valeur à comparer à y
.
- y
- Int128
Valeur à comparer à x
.
Retours
x
s’il est inférieur à y
; sinon, y
.
Implémente
Remarques
Pour IFloatingPointIeee754<TSelf> cette méthode correspond à la fonction IEEE 754:2019 minimumMagnitude
. Pour cela, les entrées NaN doivent être propagées à l’appelant et -0.0
traitées comme inférieures +0.0
à .