Multiplier
Last updated
Last updated
[number/Multiplier]
Multiplies two numbers together. Example:
2@0 is received via a
2@0 is received via b
4@0 is sent via product
Keywords: number, multiply
a: number
The first operand of the multiplication
b: number
The second operand of the multiplication
product: number
Sends the product of the two inputs.