[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Ctor.

Namespace: net.esper.eql.expression
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	minMaxTypeEnum As MinMaxTypeEnum, _
	returnType As Type _
)
C#
public MinMaxAggregator (
	MinMaxTypeEnum minMaxTypeEnum,
	Type returnType
)
Visual C++
public:
MinMaxAggregator (
	MinMaxTypeEnum^ minMaxTypeEnum, 
	Type^ returnType
)

Parameters

minMaxTypeEnum
net.esper.type.MinMaxTypeEnum
enum indicating to return minimum or maximum values
returnType
System.Type
is the value type returned by aggregator