| 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.2
Syntax public static IAggregator<TResult> Min<TResult>()
Public Shared Function Min(Of TResult) As IAggregator(Of TResult)
public:
generic<typename TResult>
static IAggregator<TResult>^ Min()
static member Min : unit -> IAggregator<'TResult>
Type Parameters
- TResult
Return Value
Type:
IAggregatorTResultMinAggregatorTResultSee Also