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: Wed, Aug 17, 2022 (01:05:05 PM)

On This Page

FEEDBACK