| Interval Methods | 
The Interval type exposes the following members.
| Name | Description | |
|---|---|---|
| Intersect | 
                 Creates an intersection with another Interval. Both intervals must intersect for this
                 method to succeed.
               | |
| IsContained | 
                 Checks whether a value is contained within the interval.
               | |
| IsIntersected | 
                 Query if interval intersected with another interval.
               | |
| Union | 
                 Creates a Union with another Interval. Both intervals must intersect for this method to
                 succeed.
               | 
| Name | Description | |
|---|---|---|
| Copy | Overloaded.   
            Creates a copy of the object.
              (Defined by ObjectExtensions.) | |
| Copy(Object) | Overloaded.   
            Creates a deep copy of the object using the supplied object as a target for the copy operation.
              (Defined by ObjectExtensions.) |