API Reference > OdGe Classes > OdGeInterval Class > OdGeInterval Methods > isEqualAtLower Method > OdGeInterval::isEqualAtLower Method (OdGeInterval&)
OdGeInterval::isEqualAtLower Method (OdGeInterval&)
Syntax
C++
bool isEqualAtLower(const OdGeInterval& otherInterval) const;
Parameters 
Description 
const OdGeInterval& otherInterval 
[in] The Interval 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. Both this Interval and otherInterval are unbounded below or bounded below with their lower bounds equal within tolerance.
 

 

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