Subtraction

The Subtraction node performs subtraction between two numerical values.

Inputs

  • value_1:

    • description: The first value to be subtracted from.

    • allowed types: integer, decimal

    • default value: 0

  • value_2:

    • description: The second value to subtract from the first value.

    • allowed types: integer, decimal

    • default value: 0

Output

  • description: The result of the subtraction.

  • type: decimal

Tags

  • math

Last updated