an aggregator that calculates the min of the input values.
Accepts null input values
Inheritance Hierarchy
Hazelcast.CoreIAggregatorTResult
Hazelcast.CoreAbstractAggregatorTResult
Hazelcast.CoreMinAggregatorTResult
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.1
Syntax
public sealed class MinAggregator<TResult> : AbstractAggregator<TResult>, IIdentifiedDataSerializable
Type Parameters
- TResult
The MinAggregatorTResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MinAggregatorTResult | Initializes a new instance of the MinAggregatorTResult class |
![]() | MinAggregatorTResult(String) | Initializes a new instance of the MinAggregatorTResult class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetFactoryId | (Inherited from AbstractAggregatorR.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetId | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ReadData | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WriteData |
See Also