Click or drag to resize

AggregatorsMinTResult Method

an aggregator that calculates the min of the input values. Accepts null input values

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.1
Syntax
public static IAggregator<TResult> Min<TResult>()

Type Parameters

TResult

Return Value

Type: IAggregatorTResult
MinAggregatorTResult
See Also