Enum IntervalEndPoint
The type of end point for an interval.
Namespace: BayesServer
Assembly: BayesServer.dll
Syntax
public enum IntervalEndPoint
  Fields
| Name | Description | 
|---|---|
| Closed | The end point of an interval is closed.  | 
      
| Open | The end point of an interval is open.  |