Maximum

Classification Images
Name:
Maximum

Symbol:
MAX
Appearance:

Appearance.
Group:
Relational operators

CannyLab version:
from 2.10
Icon:

Icon.
Inputs
Input Value
Value X: Integer
Value Y: Integer
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”.
Operation results
The ratio of X & Y values Operation result
X >= Y X
X < Y Y

Examples

Example 1:

Example 1.

Example 2:

Example 2.

SEE ALSO