Math

Operators

Multiplication

  • Operators

  • Trigonometric

  • Tools

  • Constants

Multiplication

Returns the mathematical multiplication

Details

ID

math-operators-multiplication

Name

Multiplication

Group

Operators

Package

Math

Keywords

mul
*
/\*\d*/

Input ports

NameTypeDescriptionDefault Value
A
Number
Multiplier

Output ports

NameTypeDescription
Number
Number
Result of multiplication

Creation method

There are two options for creating a Multiplication node.

  • The first way to create a Multiplication node using the search list, which is opened by double left-clicking in the workspace. You can write the name of the node you need, or words associated with this node.
    • mul , *
    • * ( Any numeric value that will become the default value for port B ).
  • The second way is to select a Multiplication node from the menu that opens from the top left.
    • Menu > Math > Operators > Multiplication

Steps

  • Create a Multiplication node.
  • Connect the first number to be multiplied to the first port.
  • Connect the second number to be multiplied to the second port.
  • For multiple numbers, add ports using the "add port" function in the port menu and connect the new numbers to the added ports.

See also

Addition
Division
Subtraction