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

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

Returns true if and only if 

  1. This Interval is bounded below, and the lower bound is equal to value within tolerance.
 

 

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