Addition
Classification | Images |
---|---|
Name: Addition Symbol: X + Y |
Appearance: |
Group: Arithmetic operations CannyLab version: from 0.6b |
Icon: |
Inputs |
Outputs |
Output | Value |
---|---|
Sum: | Integer |
General description
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: