Skip to content

Subtract Integer

The Subtract Integer node takes two integer inputs and outputs their difference. It is useful for performing subtraction operations within a flow.

Pin NamePin DescriptionPin TypeValue Type
StartInput to start the subtraction processStructArray
integer1The first integer to subtract (minuend)IntegerNormal
integer2The second integer to subtract (subtrahend)IntegerNormal
differenceThe result of the subtraction operationIntegerNormal
EndOutput to indicate the end of the subtraction processStructArray