Returns average value.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public Object Avg( int page, string name, params Object[] groups ) |
Visual Basic (Declaration) |
---|
Public Function Avg ( _ page As Integer, _ name As String, _ ParamArray groups As Object() _ ) As Object |
Visual C++ |
---|
public: Object^ Avg( int page, String^ name, ... array<Object^>^ groups ) |
Parameters
- page
- Type: System..::.Int32
- name
- Type: System..::.String
- groups
- Type: array<
System..::.Object
>[]()[]