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.
A comprehensive set of examples is given in TestExportAlign
Definition at line 15 of file ExportAlignLinear.h.
Single constructor.
Definition at line 13 of file ExportAlignLinear.cpp.
double ExportAlignLinear::firstSimplestNumber | ( | ) | const |
Result.
Definition at line 54 of file ExportAlignLinear.cpp.