Increment

Adds 1 to the input value.

1378

Inputs/Outputs

datatype_icon

x

The value to increment by 1.

This input accepts the following data types:
datatype_icon

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.