The Interval type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a deep copy of this interval.
| |
| Equals |
Tests for equality of this interval and another interval.
(Overrides Object..::.Equals(Object).) | |
| GetHashCode |
Returns an integer hash code for this interval.
(Overrides Object..::.GetHashCode()()().) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsIn |
Determines if the given data point lies within the interval.
| |
| SetEndPoints |
Method to set the left and right endpoints for self.
| |
| ToString | Overloaded. |
Operators
| Name | Description | |
|---|---|---|
| Equality |
Equality operator. Tests for equality of two intervals.
| |
| Inequality |
Inequality operator. Tests for inequality of two intervals.
|