This documentation is out of date.

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

Difference between revisions of "Addition"

From CANNY Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
(Features)
 
Line 41: Line 41:
  
 
<div>
 
<div>
Set the output result of the inputs numerical values arithmetic addition.
+
Set the output as a result of the inputs numerical values arithmetic addition.
 
</div>
 
</div>
 
</div>
 
</div>

Latest revision as of 08:36, 8 April 2016

Appearance
5 6 1 2.png
Symbol
X + Y
Group
Arithmetic operations
Inputs
ValueX: Integer
ValueY: Integer
Outputs
Result: Integer
Version CANNY Lab
from 0.6b
Icon

Set the output as a result of the inputs numerical values arithmetic addition.


Features

16-bit addition, with overflow (modulo 65535). In other words, the result of addition can not exceed 65535, in case of inputs values sum exceeds the value of 65535, the result will be the expression: X + Y - 65536.

Examples

Example 1
Example 2

See also

Subtraction

Multiplication

Division

Built-in Function Blocks