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