Click or drag to resize

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

Parameters

attributePath
Type: SystemString
attribute Path

Type Parameters

TResult

Return Value

Type: IAggregatorTResult
MaxAggregatorTResult
See Also