Table of contents
No headers Math operators are available from the menu. They perform simple arithmetic operations. (Do not confuse the Math + operator with the Boolean AND operator. They are not interchangeable.)
When you create an expression for geospatial features, you can use the following math operators:
| Operator | Definition | Syntax |
|---|
| + | Add | Property + Value Value + Property Property + Property |
| - | Subtract | Property - Value Value - Property Property - Property |
| * | Multiply by | Property * Value Value * Property Property * Property |
| / | Divide by | Property / Value Value / Property Property / Property |