[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 ( _
	distinct As Boolean, _
	minMaxTypeEnum As MinMaxTypeEnum _
)
C#
public ExprMinMaxAggrNode (
	bool distinct,
	MinMaxTypeEnum minMaxTypeEnum
)
Visual C++
public:
ExprMinMaxAggrNode (
	bool distinct, 
	MinMaxTypeEnum^ minMaxTypeEnum
)

Parameters

distinct
System.Boolean
indicator whether distinct values of all values min/max
minMaxTypeEnum
net.esper.type.MinMaxTypeEnum
enum for whether to minimum or maximum compute