Click or drag to resize

ClosedInterval Methods

The ClosedInterval type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this interval.
(Overrides IntervalClone)
Public methodEquals Tests for equality of this interval and another interval.
(Inherited from Interval)
Public methodGetHashCode Returns an integer hash code for this interval.
(Inherited from Interval)
Public methodIsIn Determines if the given data point lies within the interval.
(Inherited from Interval)
Public methodSetEndPoints Method to set the left and right endpoints for self.
(Inherited from Interval)
Public methodToString Returns a formatted string representation of this interval using conventional notation.
(Inherited from Interval)
Public methodToString(String) Returns a formatted string representation of this interval using conventional notation.
(Inherited from Interval)
Top
See Also