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
Jump to: navigation, search
[unchecked revision][unchecked revision]
(Created page with " <div style="float:right;margin:5px;"> {|class="cannytable" width="350px" |- !colspan="2" style="background-color:#AFEEEE;"|Appearance |- |colspan="2" align="center" style="...")
 
Line 14: Line 14:
 
!colspan="2" style="background-color:#AFEEEE;"|Group
 
!colspan="2" style="background-color:#AFEEEE;"|Group
 
|-
 
|-
|colspan="2" align="center"|[[uilt-in Function Blocks#Relational operators | Relational operators]]
+
|colspan="2" align="center"|[[Built-in Function Blocks#Relational operators | Relational operators]]
 
|-
 
|-
 
!colspan="2" style="background-color:#AFEEEE;"|Inputs
 
!colspan="2" style="background-color:#AFEEEE;"|Inputs

Revision as of 03:35, 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

left|Иконка

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 "Values Y»,
  • «1» if and only if "Value X» is numerically less or equal to "Value Y"

Thus, Truth table operation 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

See also

Equal to

Less than

Not greater than

Not less than

Built-in Function Blocks