SUM Function
Description:
This function returns a value that is the sum of the arguments.
Types:
Argument Type | Return Type1 |
---|---|
All Integer | Integer |
Numeric (some can be integer) | Numeric |
Usage example:
FUNCTION* SUM* ( {argument}...)2
Footnotes
-
The return type of this function depends on the types of the arguments that were passed to it. If all arguments are integers, then the return type will be an integer. Otherwise, the return type will be numeric. ↩
-
This function takes a large number of arguments at once with no set limit, so long as they are all the correct type. ↩