Numeric expressions operate on numeric properties and are useful for performing calculations within expressions.
For example, if you are rounding off the length of an item to two decimal places, the expression looks like this one:
Numeric expressions operate on numeric properties or values.
If you are truncating the value for cost of space per square foot to a specified number of digits, the expression looks like this one:
Trunc(COST_PSF, 2)
If you are checking the sign of an elevation value, the expression looks like this one:
Sign(ELEVATION)
For help with any expression element, see Creating Expressions - Reference.