Int128.LessThan(Int128, Int128) Operator

定義

2 つの値を比較して、どちらが小さいかを判断します。

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

パラメーター

left
Int128

rightと比較する値。

right
Int128

leftと比較する値。

戻り値

leftright未満の場合に true します。それ以外の場合は、false

実装

適用対象