IntPtr.INumber<IntPtr>.MinNumber(IntPtr, IntPtr) Méthode

Définition

Compare deux valeurs au calcul, ce qui est inférieur et retourne l’autre valeur si une entrée est NaN.

 static IntPtr System.Numerics.INumber<nint>.MinNumber(IntPtr x, IntPtr y) = System::Numerics::INumber<IntPtr>::MinNumber;
static IntPtr INumber<IntPtr>.MinNumber (IntPtr x, IntPtr y);
static member System.Numerics.INumber<nint>.MinNumber : nativeint * nativeint -> nativeint
 Shared Function MinNumber (x As IntPtr, y As IntPtr) As IntPtr Implements INumber(Of IntPtr).MinNumber

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

S’applique à