average() Function

Returns the average of the specified number(s).

Syntax

average( number, … )

Returns

Decimal

number: (Decimal Array) A number or array of numbers to include in the set that will be averaged.

Examples

average(1,2,3,4) returns 2.5

Open in Github Built: Thu, Feb 23, 2023 (02:59:22 PM)

On This Page

FEEDBACK