Skip to main content
Version: Next

Multiply 2

Multiply operation

Description

Multiply operation. Defaults the input to 1 if that input is not provided

Inputs

  • n1 (Number): First operand
  • n2 (Number): Second operand

Outputs

  • n1 * n2 (Number): The result of the multiplication