Framework:AVG

From CoPlanner 10
Revision as of 08:48, 24 May 2012 by Admin (talk | contribs)

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Function

AVG(<Number 1>, <Number 2>, …, <Number n>)

Parameter Description
Number 1 to n Numeric expression

This function belongs to client-side functions.

Result

Returns the average value of the parameters.

Example

AVG(1, 2, 3, 4)
Result: 2,5.