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

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.1.0.0 (12.1.0.17000)