This documentation is out of date.
The new version of the documentation is here: https://cannylogic.com/docs |
Difference between revisions of "Greater than"
From CANNY Wiki
[unchecked revision] | [unchecked revision] |
Line 41: | Line 41: | ||
<div> | <div> | ||
− | Set the output result of exceeding test for input value X to Y values | + | Set the output result of exceeding test for input value X to Y values. |
</div> | </div> | ||
</div> | </div> | ||
<br clear="left"> | <br clear="left"> | ||
In other words, the output is: | In other words, the output is: | ||
− | *«1» if and only if "Value X» is numerically greater than " | + | *«1» if and only if "Value X» is numerically greater than "Value Y», |
− | * | + | *«0» if and only if "Value X» is numerically less or equal to "Value Y". |
− | Thus, | + | Thus, truth operation table is as follows: |
{|border="1" style="border-collapse:collapse;" | {|border="1" style="border-collapse:collapse;" |
Revision as of 04:58, 23 November 2015
Appearance | |
---|---|
Изображение:5_5_2_2.png | |
Symbol | |
X > Y | |
Group | |
Relational operators | |
Inputs | |
ValueX: | Numeric |
ValueY: | Numeric |
Outputs | |
Result: | Logical |
Version CANNY Lab | |
from 0.6b |
Set the output result of exceeding test for input value X to Y values.
In other words, the output is:
- «1» if and only if "Value X» is numerically greater than "Value Y»,
- «0» if and only if "Value X» is numerically less or equal to "Value Y".
Thus, truth operation table is as follows:
The ratio of X & Y values | Operation result |
X > Y | 1 |
X = Y | 0 |
X < Y | 0 |
Examples
thumb|Пример 1 | thumb|Пример 2 |