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

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 11.0.0.0 (11.0.0.14800)