GIS Dictionary

Definitions for GIS terms related to operations such as analysis, GIS modeling and web-based GIS, cartography, and Esri software.

Now available for purchase: A to Z GIS: An illustrated dictionary of geographic information systems.

Search the GIS Dictionary:

  Search  

Browse the GIS Dictionary:

GIS Bibliography

Researching GIS?
Search the GIS Bibliography for a vast index of books, journals, conference proceedings and reports.

operator precedence

See Also: operand, operator

  1. [mathematics] The order in which operators are evaluated in an expression; operators with a higher precedence are evaluated before those with a lower precedence. If all operators in an expression have the same precedence, they are evaluated in the order in which they appear, from left to right. Parentheses may be used to override operator precedence; portions of an expression within parenthesis are evaluated first, and parenthetical expressions may be nested.