Multiply
Reference documentation for using the Multiply expression
Written By Ben Lehmann
Last updated 9 months ago
Purpose | Multiplies 2 numbers together |
Parameters | Two values. The value types are numbers. |
Returns | Number |
Description
The expression will multiply the First Number by the Second Number. If both inputs are valid numbers, the expression returns the product of the two values.

Comments
The types of the values on each field should be numbers only, providing any other type or no type will result in an error.
v3.0