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

Function

average( number )

Returns the average of the specified number(s).

Parameters

Keyword Type Description

number

Decimal Array

A number or array of numbers to include in the set that will be averaged.

Returns

Decimal

Examples

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

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

average() Function

FEEDBACK