Framework:AVG: Difference between revisions

From CoPlanner 11
Jump to navigationJump to search
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
==[[Framework:Functions|Function]]==
==[[Framework:Functions|Function]]==


AVG(Number 1, Number 2, …, Number n)
<span {{CoPFormel}}>AVG(<Number 1>, <Number 2>, …, <Number n>)</span>


 
{| class="wikitable" width="100%"
{| cellspacing="1" cellpadding="3" width={{{breite|80%}}} border="1"
|- {{Tabellentitel}}  
|-
| Parameter
| style=background-color:#f6f6f6 |'''Parameter'''
| Description
| style=background-color:#f6f6f6 |'''Description'''
|-
|-
|Number 1 to n
|Number 1 to n
|Numeric expression
|Numeric expression
|}
|}
This function belongs to [[:Category:Functions_-_client-side|client-side functions]].


==Result==
==Result==
Returns the average value of the parameters.
Returns the average value of the parameters.


==Example==
==Example==
 
<span {{CoPFormel}}>AVG(1, 2, 3, 4)</span><br>
AVG(1, 2, 3, 4)<br>
Result: 2,5.
Result: 2,5.


Line 25: Line 23:
__NOEDITSECTION__  
__NOEDITSECTION__  


[[Category:Functions|AVG]]
[[Category:Functions - client-side|AVG]]
[[Category:Functions - client-side|AVG]]
[[de:Framework:AVG]]
[[de:Framework:AVG]]

Latest revision as of 08:48, 24 May 2012

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.