Click or drag to resize

IInterval Interface

Represents an interval in one-dimensional space, that is defined as two extrema or bounds.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public interface IInterval

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
Methods
  NameDescription
Public methodIncludesParameter
Tests a parameter for Interval inclusion.
Top
See Also