[MIN_I] Minimum of INT values
Description
This instruction compares the input values and outputs their minimum value at output parameter OUT.
OUT = MIN {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 | Minimum value | 0 |