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

Définition

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

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

Paramètres

x
IntPtr

nativeint

Valeur à comparer à y.

y
IntPtr

nativeint

Valeur à comparer à x.

Retours

IntPtr

nativeint

x s’il est supérieur à y; sinon, y.

Implémente

S’applique à