| AggregatorsMaxTResult Method |
an aggregator that calculates the max of the input values.
Accepts null input values
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax public static IAggregator<TResult> Max<TResult>()
Public Shared Function Max(Of TResult) As IAggregator(Of TResult)
public:
generic<typename TResult>
static IAggregator<TResult>^ Max()
static member Max : unit -> IAggregator<'TResult>
Type Parameters
- TResult
Return Value
Type:
IAggregatorTResultMaxAggregatorTResultSee Also