Skip to main content

Get help for ARIS Advanced Architect

Numerical operators

Numerical operators have decimal numbers as input and output parameters.

In this example the addition result still has to be inserted in the body of the e-mail via a concatenation operator so that the complete calculating operation (380 + 17) is included in the e-mail text.

You can also add data of the Date and time type.

Example of the Add operator

In this example the subtraction result still has to be inserted in the body of the e-mail via a concatenation operator so that the complete calculating operation (380 - 17) is included in the e-mail text.

You can also subtract data of the Date and time type.

Example of the Subtract operator

In this example the multiplication result still has to be inserted in the body of the e-mail via a concatenation operator so that the complete calculating operation (380 x 17) is included in the e-mail text.

Example of the Multiplication operator

In this example the division result still has to be inserted in the body of the e-mail via a concatenation operator so that the complete calculating operation (380 / 17) is included in the e-mail text.

Example of the Divide operator