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