The Interval type exposes the following members.

Constructors

  NameDescription
IntervalOverloaded.

Methods

  NameDescription
Clone
Creates a deep copy of this interval.
Equals
Tests for equality of this interval and another interval.
(Overrides Object..::.Equals(Object).)
GetHashCode
Returns an integer hash code for this interval.
(Overrides Object..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
IsIn
Determines if the given data point lies within the interval.
SetEndPoints
Method to set the left and right endpoints for self.
ToStringOverloaded.

Operators

  NameDescription
Equality
Equality operator. Tests for equality of two intervals.
Inequality
Inequality operator. Tests for inequality of two intervals.

Properties

  NameDescription
IntervalType
Gets and sets the interval type.
Max
Gets the right endpoint of the interval (upper bound).
Min
Gets the value of the left-hand endpoint (lower bound).

See Also