| AggregatorsLongAvg Method |
an aggregator that calculates the average of the input values.
Does NOT accept null input values.
Accepts only long input values
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public static IAggregator<double> LongAvg()
Public Shared Function LongAvg As IAggregator(Of Double)
public:
static IAggregator<double>^ LongAvg()
static member LongAvg : unit -> IAggregator<float>
Return Value
Type:
IAggregatorDoubleLongAverageAggregatorSee Also