String parser that can evaluate forumlas entered as strings
More...
|
static void | Handle_Add_Sub (ref string str) |
|
static void | Handle_Booleans (ref string str) |
|
static void | Handle_Div_Mult (ref string str) |
|
static void | Handle_Functions (ref string str) |
|
static void | Handle_Paren (ref string str) |
|
static void | Handle_Pow (ref string str) |
|
static void | Handle_Scientific (ref string str) |
|
static bool | HasOps (ref string str) |
|
static string | InvertExpression (string expression) |
| Removes parentheses and switches multiplications and divisions for the unit expressions More...
|
|
static KeyValuePair< string,
double > | Parse (string str) |
| Evaluates given string and returns the result as a double More...
|
|
static string | TakeOutGroup (ref string str) |
|
|
static CultureInfo | Nfi = new CultureInfo("en-US") |
|
String parser that can evaluate forumlas entered as strings
static string Greet.ConvenienceLib.MathParse.InvertExpression |
( |
string |
expression | ) |
|
|
static |
Removes parentheses and switches multiplications and divisions for the unit expressions
- Parameters
-
- Returns
static KeyValuePair<string, double> Greet.ConvenienceLib.MathParse.Parse |
( |
string |
str | ) |
|
|
static |
Evaluates given string and returns the result as a double
- Parameters
-
- Returns
The documentation for this class was generated from the following file:
- C:/Users/ddieffenthaler/Desktop/SVN/source/greet-dev/main/Lib/Convenience/MathParse.cs