UInt64.IComparisonOperators<UInt64,UInt64,Boolean>.LessThan 연산자

정의

두 값을 비교하여 어느 값이 더 적은지 확인합니다.

 static bool System.Numerics.IComparisonOperators<System.UInt64,System.UInt64,System.Boolean>.operator <(System::UInt64 left, System::UInt64 right) = System::Numerics::IComparisonOperators<System::UInt64, System::UInt64, bool>::op_LessThan;
static bool IComparisonOperators<ulong,ulong,bool>.operator < (ulong left, ulong right);
static member ( < ) : uint64 * uint64 -> bool
 Shared Operator < (left As ULong, right As ULong) As Boolean Implements IComparisonOperators(Of ULong, ULong, Boolean).op_LessThan

매개 변수

left
UInt64

와 비교할 값입니다 right.

right
UInt64

와 비교할 값입니다 left.

반환

leftright보다 작으면 true이고, 그렇지 않으면 false입니다.

구현

적용 대상