UIntPtr.Max(UIntPtr, UIntPtr) Méthode

Définition

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

public:
 static UIntPtr Max(UIntPtr x, UIntPtr y) = System::Numerics::INumber<UIntPtr>::Max;
public static UIntPtr Max (UIntPtr x, UIntPtr y);
static member Max : unativeint * unativeint -> unativeint
Public Shared Function Max (x As UIntPtr, y As UIntPtr) As UIntPtr

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

Remarques

Pour IFloatingPoint<TSelf> cette méthode correspond à la fonction IEEE 754:2019 maximum . Pour cela, les entrées NaN doivent être propagées à l’appelant et -0.0 traitées comme inférieures +0.0à .

S’applique à