  | 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.11
Syntaxpublic 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: 
IAggregatorDoubleLongAverageAggregator
See Also