±
Operators
The Value Plus Minus node takes in a value and an offset, then returns the plus and minus outputs from the calculated results using the offset.
Inputs
Value (Pseudo-Generic)
The starting value.
Offset (Pseudo-Generic)
The offset to add and subtract from the starting value.
Outputs
Plus (Pseudo-Generic)
Returns the additive offset value.
Minus (Pseudo-Generic)
Returns the subtracted offset value.
See Also
- Wikipedia's definition of addition and subtraction.
- Microsoft's documentation on the addition and subtraction operator.