Arithmetic operators

<< Click to Display Table of Contents >>

Navigation:  Basic concepts > Operators >

Arithmetic operators

GPScript supports the normal +,-,* and / arithmetic binary operators on integers and on floating point numbers. There is also a modulo operator % which works only with integers.