The GreaterOrEqualType defines a test if the first ArithmeticExpression element is greater than or equal to the second ArithmeticExpression element. The GreaterOrEqualType evaluates to true if the value of the first ArithmeticExpression element is greater than the value of the second ArithmeticExpression element minus ComparisonTiny. Otherwise, it evaluates to false. |