Click or drag to resize

IInterval Properties

The IInterval type exposes the following members.

Properties
  NameDescription
Public propertyItem
Gets or sets the indexed bound of this Interval.
Public propertyLength
Gets the signed length of the numeric range. If the interval is decreasing, a negative length will be returned.
Public propertyMax
Gets the larger of T0 and T1.
Public propertyMin
Gets the smaller of T0 and T1.
Public propertyT0
Gets or sets the lower bound of the Interval.
Public propertyT1
Gets or sets the upper bound of the Interval.
Top
See Also