Click or drag to resize
Interval1D Methods

The Interval1D type exposes the following members.

Methods
  NameDescription
Public methodContains
Returns true if this interval contains the specified value.
Public methodEquals
Compares this transaction to the specified object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Returns an integer hash code for this interval.
(Overrides ObjectGetHashCode.)
Public methodIntersects
Returns true if this interval intersects the specified interval.
Public methodStatic memberMainTest
Demo test the Interval1D data type.
Public methodToString
Returns a string representation of this interval.
(Overrides ObjectToString.)
Top
See Also