UInt128.LessThanOrEqual(UInt128, UInt128) Betreiber

Definition

Vergleicht zwei Werte, um zu bestimmen, welcher kleiner oder gleich ist.

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

Parameter

left
UInt128

Der Wert, der mit verglichen werden rightsoll.

right
UInt128

Der Wert, der mit verglichen werden leftsoll.

Gibt zurück

true, wenn left kleiner oder gleich right ist, andernfalls false.

Implementiert

Gilt für: