UInt128.LessThanOrEqual(UInt128, UInt128) Opérateur

Définition

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

public:
 static bool operator <=(UInt128 left, UInt128 right) = System::Numerics::IComparisonOperators<UInt128, UInt128, bool>::op_LessThanOrEqual;
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 ou égal à right ; sinon, false.

Implémente

S’applique à