IntervalBoundMode Enum
Namespace: Rebex
Assembly: Rebex.Common.dll (version 7.0.9448)
Represents mode for interval boundaries.
Syntax
public enum IntervalBoundMode
Fields
| Name | Description |
|---|---|
| Exclude | Exclude interval boundary. |
| Include | Include interval boundary. |