Framework:AVG: Difference between revisions
From CoPlanner 10
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 25: | Line 25: | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
[[Category:Functions|AVG]] | |||
[[Category:Functions - client-side|AVG]] | [[Category:Functions - client-side|AVG]] | ||
[[de:Framework:AVG]] | [[de:Framework:AVG]] | ||
Revision as of 15:35, 23 May 2012
Function
AVG(<Number 1>, <Number 2>, …, <Number n>)
| Parameter | Description |
| Number 1 to n | Numeric expression |
Result
Returns the average value of the parameters.
Example
AVG(1, 2, 3, 4)
Result: 2,5.