[MAX_I] Maximum of INT values
Description
This instruction compares the input values and outputs their maximum value at output parameter OUT.
OUT = MAX {IN1, ... , INn}
The number of IN input parameters can be modified.
Parameters
Parameters | Declaration | Data type | Description | Default |
|---|---|---|---|---|
IN1 | Input | INT | Input value 1 | 0 |
INn | Input | INT | Input value "n" | 0 |
OUT | Output | INT | Maximum value | 0 |