NFloat.Min(NFloat, NFloat) Méthode

Définition

Compare deux valeurs au calcul, ce qui est inférieur.

public:
 static System::Runtime::InteropServices::NFloat Min(System::Runtime::InteropServices::NFloat x, System::Runtime::InteropServices::NFloat y) = System::Numerics::INumber<System::Runtime::InteropServices::NFloat>::Min;
public static System.Runtime.InteropServices.NFloat Min (System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y);
static member Min : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Min (x As NFloat, y As NFloat) As NFloat

Paramètres

x
NFloat

Valeur à comparer à y.

y
NFloat

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à .

S’applique à