Int64.MinMagnitude(Int64, Int64) 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 long MinMagnitude(long x, long y) = System::Numerics::INumberBase<long>::MinMagnitude;
public static long MinMagnitude (long x, long y);
static member MinMagnitude : int64 * int64 -> int64
Public Shared Function MinMagnitude (x As Long, y As Long) As Long
Paramètres
- x
- Int64
Valeur à comparer avec y
.
- y
- Int64
Valeur à comparer avec 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
. Cela nécessite que les entrées NaN ne soient pas propagées à l’appelant et -0.0
qu’elles soient traitées comme inférieures +0.0
à .