Click or drag to resize
GeInterval Methods

The GeInterval type exposes the following members.

Methods
  NameDescription
Public methodContains
Returns True if the value belongs to this interval with the boundary tolerance of this interval, otherwise returns False.
Public methodIsEqualAtLower
Returns True if this interval is bounded below and its lower bound is equal to the value within the boundary tolerance of this interval, otherwise returns False.
Public methodIsEqualAtUpper
Returns True if this interval is bounded above and its upper bound is equal to the value within the boundary tolerance of this interval, otherwise returns False.
Top
See Also