IntPtr.Min(IntPtr, IntPtr) Méthode

Définition

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

public:
 static IntPtr Min(IntPtr x, IntPtr y) = System::Numerics::INumber<IntPtr>::Min;
public static IntPtr Min (IntPtr x, IntPtr y);
static member Min : nativeint * nativeint -> nativeint
Public Shared Function Min (x As IntPtr, y As IntPtr) As IntPtr

Paramètres

x
IntPtr

nativeint

Valeur à comparer à y.

y
IntPtr

nativeint

Valeur à comparer à x.

Retours

IntPtr

nativeint

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 à