This documentation is out of date.

The new version of the documentation is here: https://cannylogic.com/docs

Difference between revisions of "Less than"

From CANNY Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
Line 6: Line 6:
 
!colspan="2" style="background-color:#AFEEEE;"|Appearance
 
!colspan="2" style="background-color:#AFEEEE;"|Appearance
 
|-
 
|-
|colspan="2" align="center" style="padding:10px;"|[[File:5_5_1_2.png]]
+
|colspan="2" align="center" style="padding:10px;"|[[File:5_5_4_2.png]]
 
|-
 
|-
 
!colspan="2" style="background-color:#AFEEEE;"|Symbol
 
!colspan="2" style="background-color:#AFEEEE;"|Symbol

Revision as of 18:26, 23 November 2015

Appearance
5 5 4 2.png
Symbol
X < Y
Group
Relational operators
Inputs
ValueX: Integer
ValueY: Integer
Outputs
Result: Logical
Version CANNY Lab
from 0.6b
Icon

Set the output result of exceeding test for input value Y to X values.


Иными словами, на выходе будет:

  • «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 follows:

The ratio of X & Y values Operation result
X > Y 0
X = Y 0
X < Y 1

Examples

Example 1
Example 2

See also

Equal to

Greater than

Not greater than

Not less than

Built-in Function Blocks