Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeInterval::isEqualAtLower Method (double)
Syntax
C++
bool isEqualAtLower(double value) const;

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

Parameters
Description
value
[in] The value to be tested.

Returns true if and only if 

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

 

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