-1
Operators
The Value Dec node takes in a value and returns that value -1.
Inputs
N (Pseudo-Generic)
The value to decrement by 1.
Outputs
* (Pseudo-Generic)
Returns the decremented value.
See Also
- Wikipedia's definition of subtraction.
- Microsoft's documentation on the subtraction operator.