Multiply

Description
Multiplies two numbers and returns their product.
Tags
Operators
Type
#
Syntax
number * number multiply(number, number)
Example
prop("Principal") * .04 + prop("Min. Interest Payment")
Template Example