Click or drag to resize
GeInterval Properties

The GeInterval type exposes the following members.

Properties
  NameDescription
Public propertyIsBounded
Returns True if this interval is bounded in both directions, otherwise returns False.
Public propertyIsBoundedAbove
Returns True if this interval is bounded above, otherwise returns False.
Public propertyIsBoundedBelow
Returns True if this interval is bounded below, otherwise returns False.
Public propertyIsSingleton
Returns True if this interval is bounded, and the lower bound is equal to the upper bound within the boundary tolerance, otherwise returns False.
Public propertyIsUnbounded
Returns True if this interval is unbounded in either one or both directions, otherwise returns False.
Public propertyLength
Returns the length of this interval if it is bounded, or -1 otherwise.
Public propertyLowerBound
Returns the lower bound of this interval, which is meaningful only if this interval is bounded below.
Public propertyUpperBound
Returns the upper bound of this interval, which is meaningful only if this interval is bounded above.
Top
See Also