This documentation is out of date.
The new version of the documentation is here: https://cannylogic.com/docs |
Less than
From CANNY Wiki
Appearance | |
---|---|
Symbol | |
X < Y | |
Group | |
Relational operators | |
Inputs | |
ValueX: | Integer |
ValueY: | Integer |
Outputs | |
Result: | Logical |
Version CANNY Lab | |
from 0.6b |
Иными словами, на выходе будет:
- «1» if and only if "Value X» is numerically less than "Value Y»,
- «1» if and only if "Value X» is numerically greater or equal to "Value Y"
Thus, truth operation table is as followed:
The ratio of X & Y values | Operation result |
X > Y | 0 |
X = Y | 0 |
X < Y | 1 |