API Reference > OdGe Classes > OdGeInterval Class > OdGeInterval Methods > OdGeInterval::isContinuousAtUpper Method
OdGeInterval::isContinuousAtUpper Method
Syntax
C++
bool isContinuousAtUpper(const OdGeInterval& otherInterval) const;
Parameters 
Description 
const OdGeInterval& otherInterval 
[in] The Interval to be tested. 

Returns true if and only if the specified Interval is continuous with the upper bound of this Interval.

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(). 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.