[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
\                        Integer Division Operator

 exp1 \ exp2

    The \ operator performs integer division. The operands are rounded
    (not truncated) to integers before the division is performed, and the
    result is truncated (not rounded) to an integer. The operands must
    round to integers in the range -32768 through 32767.

   exp1,exp2    Any numeric expression.

See Also: ^^ - * / \ MOD + Precedence
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson