Free cookie consent management tool by TermsFeed sum() Function
sum() Function

Functions

sum( addend )

Returns the sum of the specified numbers. Returns an integer if all parameters are integers.

Parameters

Keyword Type Description

addend

Decimal Array

A number or array of numbers that will be added into the final sum.

Returns

Decimal

Usage considerations

If the addend values are integers, the function will return an integer.

Examples

sum(1,2,3,4) returns 10

Open in Github Built: Fri, Nov 10, 2023 (03:42:48 PM)

sum() Function

FEEDBACK