Subtract Integer
Purpose of the Node
Section titled “Purpose of the Node”The Subtract Integer node takes two integer inputs and outputs their difference. It is useful for performing subtraction operations within a flow.
Pin Name | Pin Description | Pin Type | Value Type |
---|---|---|---|
Start | Input to start the subtraction process | Struct | Array |
integer1 | The first integer to subtract (minuend) | Integer | Normal |
integer2 | The second integer to subtract (subtrahend) | Integer | Normal |
difference | The result of the subtraction operation | Integer | Normal |
End | Output to indicate the end of the subtraction process | Struct | Array |