다음을 통해 공유


UInt128.GreaterThanOrEqual(UInt128, UInt128) 연산자

정의

두 값을 비교하여 크거나 같은 값을 결정합니다.

public:
 static bool operator >=(UInt128 left, UInt128 right) = System::Numerics::IComparisonOperators<UInt128, UInt128, bool>::op_GreaterThanOrEqual;
public static bool operator >= (UInt128 left, UInt128 right);
static member ( >= ) : UInt128 * UInt128 -> bool
Public Shared Operator >= (left As UInt128, right As UInt128) As Boolean

매개 변수

left
UInt128

와 비교할 값입니다 right.

right
UInt128

와 비교할 값입니다 left.

반환

leftright보다 크거나 같으면 true이고, 그렇지 않으면 false입니다.

구현

적용 대상