Click or drag to resize

BetweenExpression Constructor (Expression, Expression, Expression, Boolean, Boolean, Boolean)

Ctor.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public BetweenExpression(
	Expression datapoint,
	Expression lower,
	Expression higher,
	bool lowEndpointIncluded,
	bool highEndpointIncluded,
	bool notBetween
)

Parameters

datapoint
Type: com.espertech.esper.common.client.sodaExpression
provides the datapoint
lower
Type: com.espertech.esper.common.client.sodaExpression
provides lower boundary
higher
Type: com.espertech.esper.common.client.sodaExpression
provides upper boundary
lowEndpointIncluded
Type: SystemBoolean
true if the low endpoint is included, false if not
highEndpointIncluded
Type: SystemBoolean
true if the high endpoint is included, false if not
notBetween
Type: SystemBoolean
true for not-between, false for between
See Also