INTDV (Integer Division)

The INTDV operator performs an integer division of two numbers.

Syntax

X INTDV Y

Remarks

The INTDV operator divides one number by another using integer division and returns the integer portion of the result. This operator can be used in an expression or as the source for a variable (for example, Result = X INTDV Y).