Increment
- Updated2023-02-17
- 1 minute(s) read
Increment
Adds 1 to the input value.

Inputs/Outputs

x
The value to increment by 1.
This input accepts the following data types:

x + 1
The result of the increment operation.
Behavior for Enum Data
All arithmetic functions except Increment and Decrement treat enum data the same as an unsigned integer. Increment changes the last enumerated value to the first value.