Division

The Division node performs the division of two numeric values.

Inputs

  • value_1:

    • description: The numerator of the division.

    • allowed types: integer, decimal

    • default value: 0

  • value_2:

    • description: The denominator of the division.

    • allowed types: integer, decimal

    • default value: 1

Output

  • description: The division of value_1 by value_2.

  • type: decimal

Tags

  • math

Last updated