Represents mode for interval boundaries.
Namespace:
Rebex
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration IntervalBoundMode |
| C# |
|---|
public enum IntervalBoundMode |
Members
| Member name | Description | |
|---|---|---|
| Include |
Include interval boundary.
| |
| Exclude |
Exclude interval boundary.
|