 | BetweenExpressionIsNotBetween Property |
Returns true for not-between, or false for between range.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic bool IsNotBetween { get; set; }
Return Value
Type:
Booleanfalse is the default range check, true checks if the value is outside of the range
See Also