Multiplication

Classification Images
Name:
Умножение

Symbol:
X * Y
Appearance:

Appearance.
Group:
Arithmetic operations

CannyLab version:
from 0.6b
Icon:

Icon.
Inputs
Input Value
Multiplier X: Integer
Multiplier Y: Integer
Outputs
Output Value
Product: Integer

General description

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

Features

16-bit multiplication, with overflow (modulo 65535). In other words, the result of multiplication can not exceed 65535, in case of inputs values multiplication exceeds the value of 65535, the result will be the remainder of the division of this multiplication on 65536.

Examples

Example 1:

Example 1.

Example 2:

Example 2.

SEE ALSO