|
|
Multiply
When applied to two numbers or two arrays of numbers, Multiply produces the product the two numbers or the component wise product of the two arrays, respectively. It has three variables: multiplicand1, multiplicand2 and product.
Structure (for scalars): multiplicand1 * multiplicand2 = product
Examples: 8 * 4 = 32 -9 * 2= -18 (8, -9) * (4, 2) = (32, -18)
Special compound model elements
|