MATH

This action performs the specified math operation on the source values. Specify at least two source values for a math operation. One or more can be a constant value.

Select the math function from the Function list:

  • ADD adds the source values. The results are sent to the location that is specified in the Destination pane.
  • AVG takes the average of the source values. The results are sent to the location that is specified in the Destination pane.
  • DIV divides the first source value by the second source value. The results are sent to the location that is specified in the Destination pane.
  • MAX takes the maximum of the source values. The results are sent to the location that is specified in the Destination pane.
  • MIN takes the minimum of the source values. The results are sent to the location that is specified in the Destination pane.
  • MOD takes the remainder after dividing the first source value by the second source value. The results are sent to the location thata is specified in the Destination pane.
  • MUL multiplies the source values. The results are sent to the location that is specified in the Destination pane.
  • SUB subtracts the first source value from the second source value. The results are sent to the location that is specified in the Destination pane.