Click or drag to resize

Aggregators.Max<TResult> 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>()

Type Parameters

TResult

Return Value

Type: IAggregator<TResult>
MaxAggregator<TResult>
See Also