Subtract Constant
VEX node
Subtracts the specified constant value from the incoming integer, float, vector or vector4 value.
See also: Add Constant, Add, Subtract, While
This operator subtracts the specified constant value from the incoming integer, float, vector or vector4 value.
It represents a simpler version of the Subtract operator because it does not require a second input. It is ideal as a decrement (i–) operation in a While loop.
Usages in other examples
| Example name | Example for |
|---|