 | ExpressionsBetween Method (String, Object, Object) |
Between.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic static BetweenExpression Between(
string property,
Object lowBoundary,
Object highBoundary
)
Parameters
- property
- Type: SystemString
the name of the property that returns the datapoint to check range - lowBoundary
- Type: SystemObject
constant indicating the lower boundary - highBoundary
- Type: SystemObject
constant indicating the upper boundary
Return Value
Type:
BetweenExpressionexpression
See Also