Engauge Digitizer
2
|
Pick first simplest x value between specified min and max, for linear scaling. More...
#include <ExportAlignLinear.h>
Public Member Functions | |
ExportAlignLinear (double xMin, double xMax) | |
Single constructor. | |
double | firstSimplestNumber () const |
Result. | |
Pick first simplest x value between specified min and max, for linear scaling.
A simplest value is defined here as one having the smallest number of significant digits, and is used for aligning periodic values on simple numbers. Examples:
Definition at line 17 of file ExportAlignLinear.h.