Returns true if and only if the specified Interval is continuous with the upper bound of this Interval.
Parameters
Parameters
Description
otherInterval
[in] The Interval to be tested.
Remarks
Returns true if and only if this Interval is bounded above, otherInterval is bounded below, and the upper bound of this Interval is equal to the lower bound of otherInterval within tolerance().