UInt128.LessThanOrEqual(UInt128, UInt128) Operatore

Definizione

Confronta due valori per determinare quale è minore o uguale.

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

Parametri

left
UInt128

Valore da confrontare con right.

right
UInt128

Valore da confrontare con left.

Restituisce

true se left è minore o uguale a right; in caso contrario, false.

Implementazioni

Si applica a