UInt128.LessThan(UInt128, UInt128) Betreiber

Definition

Vergleicht zwei Werte, um zu ermitteln, welcher kleiner ist.

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

Parameter

left
UInt128

Der mit zu vergleichende rightWert.

right
UInt128

Der mit zu vergleichende leftWert.

Gibt zurück

true, wenn left kleiner als right ist, andernfalls false.

Implementiert

Gilt für: