![]() | Open |
The OpenInterval type exposes the following members.
Name | Description | |
---|---|---|
![]() | OpenInterval | Default constructor. Constructs the open interval (0, 1). |
![]() | OpenInterval(Double, Double) | Constructs an OpenInterval instance with the given endpoints. |
Name | Description | |
---|---|---|
![]() | IntervalType |
Gets and sets the interval type.
(Overrides IntervalIntervalType) |
![]() | Max |
Gets the right endpoint of the interval (upper bound).
(Inherited from Interval) |
![]() | Min |
Gets the value of the left-hand endpoint (lower bound).
(Inherited from Interval) |
Name | Description | |
---|---|---|
![]() | Clone |
Creates a deep copy of this interval.
(Overrides IntervalClone) |
![]() | Equals |
Tests for equality of this interval and another interval.
(Inherited from Interval) |
![]() | GetHashCode |
Returns an integer hash code for this interval.
(Inherited from Interval) |
![]() | IsIn |
Determines if the given data point lies within the interval.
(Inherited from Interval) |
![]() | SetEndPoints |
Method to set the left and right endpoints for self.
(Inherited from Interval) |
![]() | ToString |
Returns a formatted string representation of this interval using
conventional notation.
(Inherited from Interval) |
![]() | ToString(String) |
Returns a formatted string representation of this interval using
conventional notation.
(Inherited from Interval) |
Name | Description | |
---|---|---|
![]() | intervalType_ | (Inherited from Interval) |
![]() | max_ | (Inherited from Interval) |
![]() | min_ | (Inherited from Interval) |