GT
Checks whether the inputs are ordered in a strictly monotonically decreasing sequence. The number of inputs is extensible.
Input
Name | Type | Description |
|---|---|---|
IN1 | ANY_ELEMENTARY | First input |
IN2 | ANY_ELEMENTARY | Second input |
INn | ANY_ELEMENTARY | n-th input |
Output
Name | Type | Description |
|---|---|---|
OUT | BOOL | TRUE, if (IN1 > IN2) & (IN2 > IN3) & … & (INn-1 > INn) |