Multiply (vuo.math.multiply)

Calculates the product of the values.

If there are no values, outputs 1.

For point types, this node performs component-wise multiplication: (a,b) * (c,d) = (a*c,b*d).

Keywords: *, Hadamard product, Schur product, arithmetic, array, calculate, component-wise, element-wise, entrywise, product, times, vector, x, ×,


Back to vuo.math node set documentation.