- (LogiX node)
Jump to navigation
Jump to search
- | ||
---|---|---|
![]() | ||
Inputs | ||
Float | A | |
Float | B | |
Outputs | ||
Float | * |
The - node subtracts the value of input B from input A.
Usage
Note that this node takes a float datatype by default, however it can cast to handle various different numeric datatypes if an appropriate wire is connected. If there are more than 3 inputs the naming of inputs changes to Operands.[0], Operands.[1] ... etc. In that case, all inputs are subtracted from Operands.[0].