Int128.LessThan(Int128, Int128) Opérateur

Définition

Compare deux valeurs pour déterminer ce qui est inférieur.

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

Paramètres

left
Int128

Valeur à comparer avec right.

right
Int128

Valeur à comparer avec left.

Retours

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

Implémente

S’applique à