Click or drag to resize
Interval Methods

The Interval type exposes the following members.

Methods
  NameDescription
Public methodIntersect
Creates an intersection with another Interval. Both intervals must intersect for this method to succeed.
Public methodIsContained
Checks whether a value is contained within the interval.
Public methodIsIntersected
Query if interval intersected with another interval.
Public methodUnion
Creates a Union with another Interval. Both intervals must intersect for this method to succeed.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also