Multiply two numbers, output the result
| Name | Type | Opt | Description |
|---|---|---|---|
| initial-multiplier | int or float | opt | Sets the initial value, to be multiplied by a number received in the left inlet. A float argument causes the numbers to be multiplied as floats. |
| bang | In left inlet: Performs the multiplication with the numbers currently stored. If there is no argument, * initially holds as a multiplier. | |
| int | input [int] | In left inlet: The number is multiplied by the number in the right inlet, and the result is sent out the outlet. |
| (inlet1) | multiplier [int] | In right inlet: The number is stored for multiplication with a number received in the left inlet. |
| float | input [float] | Converted to before multiplication, unless * has a float argument. |
| set | set-input [int] | In left inlet: The word , followed by a number, sets the inlet's input without causing output. |

| Name | Description |
|---|---|
| Max Tutorial 6: Simple Math in Max | Max Tutorial 6: Simple Math in Max |