Calculates the sum of the given arguments.
Syntax
SUM (Number1, [Number2],...)
Note: The required separator (comma or semi-colon) automatically corresponds to your computer’s location settings.
Data Types of the Arguments
Integer, Number, Length, Area, Volume, Angle (Must be identical for all Arguments)
Data Type of the Result
Depends on Arguments’ Data Type
Example
Add the results of two properties together.
Expression
SUM (Raised Floor Level, Sub Floor Thickness)
Result
.30
Both arguments are length-type data. The added result is also length-type.
Notes
See also Add [+].