Multiplier

[number/Multiplier]


Multiplies two numbers together. Example:

  1. 2@0 is received via a

  2. 2@0 is received via b

  3. 4@0 is sent via product


Keywords: number, multiply

Input ports

  • a: number

    The first operand of the multiplication

  • b: number

    The second operand of the multiplication

Output ports

  • product: number

    Sends the product of the two inputs.

Last updated