Addition

The Addition node performs the addition of two numeric values.

Inputs

  • value_1:

    • description: The first numeric value to be added.

    • allowed types: integer, decimal

    • default value: 0

  • value_2:

    • description: The second numeric value to be added.

    • allowed types: integer, decimal

    • default value: 0

Output

  • description: The sum of value_1 and value_2.

  • type: decimal

Tags

  • math

Last updated