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

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.0.0.0 (14.0.0.20000)