API Reference > OdGe Classes > OdGeInterval Class > OdGeInterval Methods > isEqualAtUpper Method > OdGeInterval::isEqualAtUpper Method (double)
OdGeInterval::isEqualAtUpper Method (double)
Syntax
C++
bool isEqualAtUpper(double value) const;
Parameters 
Description 
double value 
[in] The value 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. This Interval is bounded above, and the upper bound is equal to value within tolerance().
 

 

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