UInt128.LessThan(UInt128, UInt128) Opérateur

Définition

Compare deux valeurs pour déterminer laquelle est inférieure.

public:
 static bool operator <(UInt128 left, UInt128 right) = System::Numerics::IComparisonOperators<UInt128, UInt128, bool>::op_LessThan;
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 avec right.

right
UInt128

Valeur à comparer avec left.

Retours

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

Implémente

S’applique à