Public Member Functions | |
| ValidDigitTester () | |
Static Public Member Functions | |
| static int | doubleDigitTest (double number) |
| static int | integerDigitTest (int number) |
This class is to test how many valid digits number has.
| com::cosylab::gui::components::r2::chart::accessories::ValidDigitTester::ValidDigitTester | ( | ) | [inline] |
ValidDigitTester constructor comment.
| static int com::cosylab::gui::components::r2::chart::accessories::ValidDigitTester::doubleDigitTest | ( | double | number | ) | [inline, static] |
This method return number of valid digits in tested double.
| static int com::cosylab::gui::components::r2::chart::accessories::ValidDigitTester::integerDigitTest | ( | int | number | ) | [inline, static] |
This method return number of valid digits in tested int.
1.6.2