Int64.Max(Int64, Int64) Méthode

Définition

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

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

Paramètres

x
Int64

Valeur à comparer à y.

y
Int64

Valeur à comparer à x.

Retours

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 à