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

Parse the range operator from booleans describing whether the Start or end values are exclusive.

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

Syntax

Visual Basic (Declaration)
Public Shared Function ParseRangeOperator ( _
	isInclusiveFirst As Boolean, _
	isInclusiveLast As Boolean _
) As FilterOperator
C#
public static FilterOperator ParseRangeOperator (
	bool isInclusiveFirst,
	bool isInclusiveLast
)
Visual C++
public:
static FilterOperator ParseRangeOperator (
	bool isInclusiveFirst, 
	bool isInclusiveLast
)

Parameters

isInclusiveFirst
System.Boolean
true if low endpoint is inclusive, false if not
isInclusiveLast
System.Boolean
true if high endpoint is inclusive, false if not

Return Value

FilterOperator for the combination inclusive or exclusive