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

Returns true if and only if upper bounds of the specified Interval and this Interval are equal.

Returns true if and only if 

  1. Both this Interval and otherInterval are unbounded above or bounded above with their upper bounds equal within tolerance().
 

 

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