Plus +
Math nodes
Condition
Value
Released in version:
1.0.0
Flutter/Dart link:

The "Plus +" node is a mathematical node where the sum of two values is generated and the result is returned.
The equal node has multiple variations depending on the type as shown in the table below:
Type
Node
Double
Plus - Double
Int
Plus - Int
The types of the inputs must match. That is, item 1 and item 2 must be of type double or of type int. The node result is of the same type as the inputs.
Inputs
Input Name
Canvas Required
Type
Description
item1
Depends on the node
Condition 1
item2
Depends on the node
Condition 2
Outputs
Output Name
Canvas Required
Type
Description
result
Depends on the node
Result from applying the+ operator to "item1" and "item2" inputs
Last updated