UInt32.Min(UInt32, UInt32) Méthode

Définition

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

public:
 static System::UInt32 Min(System::UInt32 x, System::UInt32 y) = System::Numerics::INumber<System::UInt32>::Min;
public static uint Min (uint x, uint y);
static member Min : uint32 * uint32 -> uint32
Public Shared Function Min (x As UInteger, y As UInteger) As UInteger

Paramètres

x
UInt32

Valeur à comparer avec y.

y
UInt32

Valeur à comparer avec 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 . Cela nécessite que les entrées NaN soient propagées à l’appelant et -0.0 qu’elles soient traitées comme inférieures +0.0à .

S’applique à