GigaSpaces XAP.NET Documentation
Average Method (path)
Class LibraryGigaSpaces.CoreAggregationSetAverage(String)
Returns the average of values of the specified path.
Declaration Syntax
C#Visual BasicVisual C++J#
public AggregationSet Average(
	string path
)
Public Function Average ( _
	path As String _
) As AggregationSet
public:
AggregationSet^ Average(
	String^ path
)
public AggregationSet Average(
	String path
)
Parameters
path (String)
Path to inspect
Return Value
Average of values of specified path

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.2.0.0 (12.2.0.18000)