Script functions reference > Script functions in alphabetical order > D > Div

Div
Syntax
Div(num_1, num_2)
num_1
num_2
Description
Divides the arguments and returns the floor of the result of that division.
Returns
A number.
Example
div(106,10)
Result: 10
div(-1,2)
Result: -1
div(-106,10)
Result: -11
OpenText StreamServe 5.6 Updated: 2013-03-01