UInt16.IComparisonOperators<UInt16,UInt16,Boolean>.GreaterThan 연산자

정의

두 값을 비교하여 더 큰 값을 결정합니다.

 static bool System.Numerics.IComparisonOperators<System.UInt16,System.UInt16,System.Boolean>.operator >(System::UInt16 left, System::UInt16 right) = System::Numerics::IComparisonOperators<System::UInt16, System::UInt16, bool>::op_GreaterThan;
static bool IComparisonOperators<ushort,ushort,bool>.operator > (ushort left, ushort right);
static member ( > ) : uint16 * uint16 -> bool
 Shared Operator > (left As UShort, right As UShort) As Boolean Implements IComparisonOperators(Of UShort, UShort, Boolean).op_GreaterThan

매개 변수

left
UInt16

와 비교할 값입니다 right.

right
UInt16

와 비교할 값입니다 left.

반환

trueleft보다 크면 right이고, 그렇지 않으면 false입니다.

구현

적용 대상