UInt64.Min(UInt64, UInt64) Méthode

Définition

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

public:
 static System::UInt64 Min(System::UInt64 x, System::UInt64 y) = System::Numerics::INumber<System::UInt64>::Min;
public static ulong Min (ulong x, ulong y);
static member Min : uint64 * uint64 -> uint64
Public Shared Function Min (x As ULong, y As ULong) As ULong

Paramètres

x
UInt64

Valeur à comparer avec y.

y
UInt64

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 à