Click or drag to resize

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.9.3
Syntax
public static IAggregator<TResult> Max<TResult>()

Type Parameters

TResult

Return Value

Type: IAggregatorTResult
MaxAggregatorTResult
See Also