This functionality is only available for certain module packages.

You are here: Reference > Formula Language > Formulas > Basic types > Integer operators for basic arithmetic operations > / For Integer

/ For Integer

Integer division

It is frequently expected that the result of the division of two integers is a floating point number. To achieve this result either the dividend or the divisor is to be converted to a double (see asDouble).

<Integer1> / <Integer2>
Expressions Integer Integer1 Arithmetic operator
Integer Integer2 Arithmetic operator
Return value Integer