Click or drag to resize

BigIntegerSumAggregator Class

An aggregator that calculates the sum of the input values. Does NOT accept null input values. Accepts only BigInteger input values.
Inheritance Hierarchy
SystemObject
  Hazelcast.CoreIAggregatorBigInteger
    Hazelcast.CoreAbstractAggregatorBigInteger
      Hazelcast.CoreBigIntegerSumAggregator

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.1
Syntax
public sealed class BigIntegerSumAggregator : AbstractAggregator<BigInteger>, 
	IIdentifiedDataSerializable

The BigIntegerSumAggregator type exposes the following members.

Constructors
  NameDescription
Public methodBigIntegerSumAggregator
Initializes a new instance of the BigIntegerSumAggregator class
Public methodBigIntegerSumAggregator(String)
Initializes a new instance of the BigIntegerSumAggregator class
Top
Methods
See Also