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

Ctor.

Namespace: net.esper.util
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	isDescendingValues As Boolean() _
)
C#
public MultiKeyComparator (
	bool[] isDescendingValues
)
Visual C++
public:
MultiKeyComparator (
	array<bool>^ isDescendingValues
)

Parameters

isDescendingValues
System.Boolean[]
each value is true if the corresponding (same index) entry in the multi-keys is to be sorted in descending order. The multikeys to be compared must have the same number of values as this array.