How to add your knowledge

Math Operators

    Table of contents
    No headers

    Math operators are available from the Operator 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:

    OperatorDefinitionSyntax
    +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