The Interval type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Interval | Overloaded. |
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.
|
Properties
| Name | Description | |
|---|---|---|
| IntervalType |
Gets and sets the interval type.
| |
| Max |
Gets the right endpoint of the interval (upper bound).
| |
| Min |
Gets the value of the left-hand endpoint (lower bound).
|