|
Static Public Member Functions |
static bool | checkCom (String *com) |
static void | handleDoubleKeyPress (TextBox *box, System::Windows::Forms::KeyPressEventArgs *e, bool isSigned) |
static void | handleIntKeyPress (TextBox *box, System::Windows::Forms::KeyPressEventArgs *e, bool isSigned) |
static float | extractDouble (String *str) |
static int | extractInt (String *str) |
static float | getAfr (unsigned char value, int o2type) |
static float | calcLambda (float afr) |
static float | calcAfr (float lambda) |
static bool | isMatch (String *matcher, String *matchee, bool caseSensitive) |
static String * | openFileDialog (bool open, bool multifile, String *file, String *filter)[] |
static String * | csvFilter () |
static String * | getNumberDivider () |
static float | convertToLocale (String *val) |
static float | interpolate (float keyArray __gc[], int startind, int endind, float first, float last) __gc[] |