Click or drag to resize

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
Syntax
C#
public bool IsNotBetween { get; set; }

Return Value

Type: Boolean
false is the default range check, true checks if the value is outside of the range
See Also