C++
GE_DLLEXPIMPORT AcGeInterval( double lower, double upper, double tol = 1.e-12 );
Description
Constructor that creates the finite interval with the lower bound equal to lower and the upper bound equal to upper . The boundary tolerance is set to the value tol.
Parameters
Parameters | Description |
---|---|
lower | Lower bound |
upper | Upper bound |
tol | Tolerance |