Multiply

Multiplies values together.


Inputs

  • value 1

    • The first value for multiplication.
  • value 2

    • The second value for multiplication.
  • value 3

    • The third value for multiplication.
  • value 4

    • The fourth value for multiplication.

Outputs

  • result

    • The result of multiplication.
  • result list

    • The list of results of multiplication.

Note(s)

  • This operation is represented as * within the Expression node.

  • Other names for this node include: *.

Example(s)