Greet 2014
Documentation for the GREET 2014 API
 All Classes Namespaces Functions Variables Enumerations Properties Events
Greet.DataStructureV3.MathParseWithReferences Class Reference

Static Public Member Functions

static string InvertExpression (string expression)
 Removes parentheses and switches multiplications and divisions for the unit expressions More...
 
static KeyValuePair< string,
double > 
Parse (string str, GData data=null, Guid tracer=new Guid())
 Evaluates given string and returns the result as a double More...
 

Static Public Attributes

static string formatStr = "0.#######################################################################################################"
 Sets the format string to use throughout the evaluation, uses fixed point format with the set format string. More...
 
static CultureInfo Nfi = new CultureInfo("en-US")
 

Member Function Documentation

static string Greet.DataStructureV3.MathParseWithReferences.InvertExpression ( string  expression)
static

Removes parentheses and switches multiplications and divisions for the unit expressions

Parameters
expression
Returns
static KeyValuePair<string, double> Greet.DataStructureV3.MathParseWithReferences.Parse ( string  str,
GData  data = null,
Guid  tracer = new Guid() 
)
static

Evaluates given string and returns the result as a double

Parameters
str
Returns

Member Data Documentation

string Greet.DataStructureV3.MathParseWithReferences.formatStr = "0.#######################################################################################################"
static

Sets the format string to use throughout the evaluation, uses fixed point format with the set format string.


The documentation for this class was generated from the following file: