a
(integer): The first value to multiply. Default value is 0.b
(integer): The second value to multiply. Default value is 0.result
(integer): The product of the two input values.a
and b
input ports. These can come from other nodes or be set as default values.a
and b
on the result
port.result
to other nodes as needed in your spell.a
input is hardcoded to the value 42.b
input is hardcoded to 7.result
port.