The Math Multiplication component allows any number of non-array values to be provided as inputs. Each cycle of execution it simply starts with the first value and consecutively multiplies values together, and provides the total value as its single output value. The operation simply adds x1 * x2 * ... xn.
NOTE: It does NOT make a difference which number is first.
Inputs: 0
Input Name:
Description:
Outputs: 1
Output Name:
Description:
Result
The result of the computation, whereby all input values are multiplied by eachother. For example, computation of 3 input values of 4, 5 and 6 would be 4*5*6 = 120