Interface Operator

    • Method Detail

      • eval

        java.math.BigDecimal eval​(java.math.BigDecimal v1,
                                  java.math.BigDecimal v2)
        Implementation for this operator.
        Parameters:
        v1 - Operand 1.
        v2 - Operand 2. Null for postfix unary operators.
        Returns:
        The result of the operation.