UIntPtr.INumberBase<UIntPtr>.MaxMagnitudeNumber Méthode

Définition

Compare deux valeurs au calcul qui a la plus grande amplitude et retourne l’autre valeur si une entrée est NaN.

 static UIntPtr System.Numerics.INumberBase<nuint>.MaxMagnitudeNumber(UIntPtr x, UIntPtr y) = System::Numerics::INumberBase<UIntPtr>::MaxMagnitudeNumber;
static UIntPtr INumberBase<UIntPtr>.MaxMagnitudeNumber (UIntPtr x, UIntPtr y);
static member System.Numerics.INumberBase<nuint>.MaxMagnitudeNumber : unativeint * unativeint -> unativeint
 Shared Function MaxMagnitudeNumber (x As UIntPtr, y As UIntPtr) As UIntPtr Implements INumberBase(Of UIntPtr).MaxMagnitudeNumber

Paramètres

x
UIntPtr

unativeint

Valeur à comparer à y.

y
UIntPtr

unativeint

Valeur à comparer à x.

Retours

UIntPtr

unativeint

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

Implémente

S’applique à