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