Minimum
Classification | Images |
---|---|
Name: Minimum Symbol: MIN |
Appearance: |
Group: Relational operators CannyLab version: from 2.10 |
Icon: |
Inputs |
Outputs |
Output | Value |
---|---|
Result: | Integer |
General description
Copies the smaller of X and Y values to the Result output.
The ratio of X & Y values | Operation result |
---|---|
X > Y | Y |
X <= Y | X |
Examples
Example 1:
Example 2: