a
(float, default: 0): The first number to multiply.b
(float, default: 0): The second number to multiply.result
(float): The product of the two input numbers.a
input to the first number you want to multiply.b
input to the second number you want to multiply.result
output will contain the product of the two input numbers.Length
input is connected to the a
input of the Math Multiply Float node, and the Width
input is connected to the b
input. The result
output of the node is then connected to the Area
output of the spell.
NaN
(Not a Number). Make sure to handle this case appropriately in your spell.