Divide
Description
Returns the quotient of numeric values. (Double)
Use
- Select an argument to be the dividend. (Number)
- Select an argument to be the divisor. (Number)
- Enter an Output field name.
- Click OK.
Example
Input_field_1 | Input_field_2 | Returns |
---|---|---|
8 | 2 | 4.0 |
222 | 6 | 37.0 |
58267 | 43 | 1355.046511627907 |
Hero Platform_ Example
An example of this function can be found in Hero Platform_'s library of examples.
Download the example titled "function_Divide" to see an example of this function.