Click or drag to resize

Interval Methods

The Interval type exposes the following members.

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