Interval Class |
Namespace: StreamCoders
The Interval type exposes the following members.
Name | Description | |
---|---|---|
![]() | Interval |
Creates an empty interval having IsEmpty property set to true.
|
![]() | Interval(String) |
Constructs interval from a string that has the form: "start-end". For example: "100-1000".
|
![]() | Interval(Int64, Int64) |
Constructor.
|
Name | Description | |
---|---|---|
![]() | End |
End of interval.
|
![]() | IsEmpty |
Gets or sets a value indicating whether this object is empty.
|
![]() | Span |
Gets the span of the interval.
|
![]() | Start |
Start of interval.
|
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.) |