Math

Operators

Addition

  • Operators

  • Trigonometric

  • Tools

  • Constants

Addition

Returns the mathematical addition

Details

ID

math-operators-addition

Name

Addition

Group

Operators

Package

Math

Keywords

add
+
/^\+\d*/

Input ports

NameTypeDescriptionDefault Value
A
Number
Summable0

Output ports

NameTypeDescription
Number
Number
Sum of the given numbers

Creation method

There are two options for creating an Addition node.

  • The first way to create an Addition node using the search list, which is opened by double left-clicking in the workspace. You can write the name of the node you need, or words associated with this node.
    • add , +
    • + ( Any numeric value that will become the default value for port B ).
  • The second way is to select a node from the menu that opens from the top left.
    • Menu > Math > Operators > Addition

Steps

  • Create an Addition node.
  • Connect the first summable number to be added to the first port.
  • Connect the second summable number to be added to the second port.
  • For multiple summable numbers, add ports using the "add port" function in the port menu and connect the new numbers to the added ports.

See also

Multiplication
Division
Subtraction