  | AggregatorsCount Method  | 
 
            an aggregator that counts the input values. Accepts nulls as input values.
            
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntaxpublic static IAggregator<long> Count()
Public Shared Function Count As IAggregator(Of Long)
public:
static IAggregator<long long>^ Count()
static member Count : unit -> IAggregator<int64> 
Return Value
Type: 
IAggregatorInt64CountAggregator
See Also