Divide
Reference documentation for using the Divide expression
Written By Ben Lehmann
Last updated 9 months ago
Purpose | Divides one number by another number |
Parameters | Two values. The value types are numbers. |
Returns | Number |
Description
The expression will divide the First Number by the Second Number. If both inputs are valid numbers, the expression returns the result of the division.

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.
If the Second Number is 0, the expression returns Infinity.
v3.0