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