The OpenClosedInterval type exposes the following members.

Constructors

  NameDescription
OpenClosedIntervalOverloaded.

Methods

  NameDescription
Clone
Creates a deep copy of this interval.
(Overrides Interval..::.Clone()()().)
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.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
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.)
ToStringOverloaded.

Properties

  NameDescription
IntervalType
Gets and sets the interval type.
(Overrides Interval..::.IntervalType.)
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.)

See Also