![]() | Interval Methods |
The Interval type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clone | Creates a deep copy of this interval. |
![]() | Equals |
Tests for equality of this interval and another interval.
(Overrides ObjectEquals(Object)) |
![]() | GetHashCode |
Returns an integer hash code for this interval.
(Overrides ObjectGetHashCode) |
![]() | IsIn | Determines if the given data point lies within the interval. |
![]() | SetEndPoints | Method to set the left and right endpoints for self. |
![]() | ToString |
Returns a formatted string representation of this interval using
conventional notation.
(Overrides ObjectToString) |
![]() | ToString(String) | Returns a formatted string representation of this interval using conventional notation. |