Decrement

Subtracts 1 from the input value.

1378

Inputs/Outputs

datatype_icon

x

The value to decrement by 1.

This input accepts the following data types:
datatype_icon

x - 1

The result of the decrement operation.

Behavior for Enum Data

All arithmetic functions except Increment and Decrement treat enum data the same as an unsigned integer. Decrement changes the first enumerated value to the last value.