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

true if and only if this interval contains the specified value.

Checks whether this interval contains the specified value within tolerance(). 

 

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