GeInterval Properties |
The GeInterval type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsBounded |
Returns True if this interval is bounded in both directions,
otherwise returns False.
|
![]() | IsBoundedAbove |
Returns True if this interval is bounded above,
otherwise returns False.
|
![]() | IsBoundedBelow |
Returns True if this interval is bounded below,
otherwise returns False.
|
![]() | IsSingleton |
Returns True if this interval is bounded, and the lower bound is equal
to the upper bound within the boundary tolerance,
otherwise returns False.
|
![]() | IsUnbounded |
Returns True if this interval is unbounded in either one or
both directions, otherwise returns False.
|
![]() | Length |
Returns the length of this interval
if it is bounded, or -1 otherwise.
|
![]() | LowerBound |
Returns the lower bound of this interval, which is meaningful
only if this interval is bounded below.
|
![]() | UpperBound |
Returns the upper bound of this interval, which is meaningful
only if this interval is bounded above.
|