Subtract is a basic arithmetic operationNode, which performs a sequence of subtraction operations, from top to bottom, for each InputSocket, whose value is subtracted from the result of the previous operation.
This is the equivalent of the subtraction (-) operation in computer science and mathematics.
Attributes
Attribute
Type
Description
Data Type
Drop-down
The type of data that will be plugged into the InputSockets.
Default Inputs
Defined in the Data TypeAttribute.
The number of InputSockets and their default values if they have no data connected to them.
Inputs
Input
Type
Description
Pulse Input (►)
Pulse
A standard input Pulse, to trigger the execution of the Node.
Input [n]
Defined in the Data TypeAttribute.
The values to be subtracted sequentially, from top to bottom.
Outputs
Output
Type
Description
Pulse Output (►)
Pulse
A standard output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution.