This documentation is out of date.

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

Difference between revisions of "Not less than"

From CANNY Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
Line 19: Line 19:
 
|-
 
|-
 
|style="padding-left:1em;"|ValueX:
 
|style="padding-left:1em;"|ValueX:
|style="padding-left:1em;"|[[CFD Language#Data|Numeric]]
+
|style="padding-left:1em;"|[[CFD Language#Data|Integer]]
 
|-
 
|-
 
|style="padding-left:1em;"|ValueY:
 
|style="padding-left:1em;"|ValueY:
|style="padding-left:1em;"|[[CFD Language#Data|Numeric]]
+
|style="padding-left:1em;"|[[CFD Language#Data|Integer]]
 
|-
 
|-
 
!colspan="2" style="background-color:#AFEEEE;"|Outputs
 
!colspan="2" style="background-color:#AFEEEE;"|Outputs

Revision as of 10:04, 23 November 2015

Appearance
Изображение:5_5_1_2.png
Symbol
X >= Y
Group
Relational operators
Inputs
ValueX: Integer
ValueY: Integer
Outputs
Result: Logical
Version CANNY Lab
from 0.6b

left|Иконка

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


In other words, the output is:

  • «1» if and only if "Value X» is numerically greater or equal to "Value Y",
  • «0» if and only if "Value X» is numerically less than "Value Y».

Thus, truth operation table is as follows:

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


Examples

thumb|Пример 1 thumb|Пример 2

See also

Equal to

Greater than

Less than

Not greater than

Built-in Function Blocks