Class ModExpressionStateObject

  • All Implemented Interfaces:
    StateObject

    public class ModExpressionStateObject
    extends AbstractDoubleEncapsulatedExpressionStateObject
    The modulo operation finds the remainder of division of one number by another.

    It takes two integer arguments and returns an integer.

    BNF: expression ::= MOD(simple_arithmetic_expression, simple_arithmetic_expression)

    Since:
    2.4
    Version:
    2.4
    Author:
    Pascal Filion
    See Also:
    ModExpression