| AggregatorsMaxTResult Method (String) |
an aggregator that calculates the max of the input values extracted from the given attributePath.
Accepts null input values and null extracted values.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax public static IAggregator<TResult> Max<TResult>(
string attributePath
)
Public Shared Function Max(Of TResult) (
attributePath As String
) As IAggregator(Of TResult)
public:
generic<typename TResult>
static IAggregator<TResult>^ Max(
String^ attributePath
)
static member Max :
attributePath : string -> IAggregator<'TResult>
Parameters
- attributePath
- Type: SystemString
attribute Path
Type Parameters
- TResult
Return Value
Type:
IAggregatorTResultMaxAggregatorTResultSee Also