div
Last updated
Division of two numbers. The output will return the quotient of the two values.
value1
The dividend, or the number to be divided.
Number
-
-
Yes
value2
The divisor, or the number to divide the first value by.
Number
-
-
Yes
integer
Decide whether to return the output as an integer (quotient rounded off to the nearest whole number) or a decimal.
Boolean
false
true, false
No
Returns the quotient.
Number
N/A
Coming Soon.
Drag the div function into the event flow.


3

1.5

1
Last updated