Click or drag to resize

ExpressionsBetween Method (Expression, Expression, Expression)

Between.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static BetweenExpression Between(
	Expression datapoint,
	Expression lowBoundary,
	Expression highBoundary
)

Parameters

datapoint
Type: com.espertech.esper.common.client.sodaExpression
returns the datapoint to check range
lowBoundary
Type: com.espertech.esper.common.client.sodaExpression
returns values for the lower boundary
highBoundary
Type: com.espertech.esper.common.client.sodaExpression
returns values for the upper boundary

Return Value

Type: BetweenExpression
expression
See Also