Share via


UInt128.GreaterThan(UInt128, UInt128) Opérateur

Définition

Compare deux valeurs pour déterminer la valeur la plus élevée.

public:
 static bool operator >(UInt128 left, UInt128 right) = System::Numerics::IComparisonOperators<UInt128, UInt128, bool>::op_GreaterThan;
public static bool operator > (UInt128 left, UInt128 right);
static member ( > ) : UInt128 * UInt128 -> bool
Public Shared Operator > (left As UInt128, right As UInt128) As Boolean

Paramètres

left
UInt128

Valeur à comparer à right.

right
UInt128

Valeur à comparer à left.

Retours

true si left est supérieur à right ; sinon, false.

Implémente

S’applique à