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

정의

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

 static bool System.Numerics.IComparisonOperators<System.UInt32,System.UInt32,System.Boolean>.operator <(System::UInt32 left, System::UInt32 right) = System::Numerics::IComparisonOperators<System::UInt32, System::UInt32, bool>::op_LessThan;
static bool IComparisonOperators<uint,uint,bool>.operator < (uint left, uint right);
static member ( < ) : uint32 * uint32 -> bool
 Shared Operator < (left As UInteger, right As UInteger) As Boolean Implements IComparisonOperators(Of UInteger, UInteger, Boolean).op_LessThan

매개 변수

left
UInt32

와 비교할 값입니다 right.

right
UInt32

와 비교할 값입니다 left.

반환

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

구현

적용 대상