Not greater than
Classification | Images |
---|---|
Name: Not greater than Symbol: X =< Y |
Appearance: |
Group: Relational operators CannyLab version: from 0.6b |
Icon: |
Inputs |
Outputs |
Output | Value |
---|---|
Result: | Logical |
General description
Set the output as a result of not exceeding test for input value X to Y values.
In other words, the output is:
- “1” if and only if “Value X” is numerically less or equal to “Value Y”
- “0” if and only if “Value X” is numerically greater than “Value Y”. Thus, truth operation table is as followed:
The ratio of X & Y values | Operation result |
---|---|
X > Y | 0 |
X = Y | 1 |
X < Y | 1 |
Examples
Example 1
Example 2