Maximum
Classification | Images |
---|---|
Name: Maximum Symbol: MAX |
Appearance: |
Group: Relational operators CannyLab version: from 2.10 |
Icon: |
Inputs |
Outputs |
Output | Value |
---|---|
Result: | Integer |
General description
Sets on the result output the maximum of the input values X and Y.
In other words, the output is:
- “X” if “Value X” is numerically greater or equal to “Value Y”,
- “Y” if “Value X” is numerically less than “Value Y”.
The ratio of X & Y values | Operation result |
---|---|
X >= Y | X |
X < Y | Y |
Examples
Example 1:
Example 2: