INumberBase<TSelf>.MinMagnitude(TSelf, TSelf) 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 qui a la plus petite ampleur.
public:
static TSelf MinMagnitude(TSelf x, TSelf y);
public static abstract TSelf MinMagnitude (TSelf x, TSelf y);
static member MinMagnitude : 'Self * 'Self -> 'Self
Public Shared Function MinMagnitude (x As TSelf, y As TSelf) As TSelf
Paramètres
- x
- TSelf
Valeur à comparer à y
.
- y
- TSelf
Valeur à comparer à x
.
Retours
x
s’il a une magnitude inférieure à y
; sinon, y
.
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
à .