|
static void | BuildContext () |
|
static void | BuildContext (XmlDocument doc) |
|
static double | ConvertFromSI (string to, double value) |
| Converts value in SI units to the dimensions specified by the expression string (to) More...
|
|
static double | ConvertToSI (string from, double value) |
|
static XmlDocument | DumpContext () |
|
static uint | GetDim (string p) |
| Returns an uint from a string in si units for example this method can take as an input meters/seconds and return the corresponding uint More...
|
|
static Dimension | GetDimension (string expression) |
| This methos creates an instance of a Dimension object based on the input string More...
|
|
static double Greet.UnitLib2.Context.ConvertFromSI |
( |
string |
to, |
|
|
double |
value |
|
) |
| |
|
static |
Converts value in SI units to the dimensions specified by the expression string (to)
- Parameters
-
- Returns
static uint Greet.UnitLib2.Context.GetDim |
( |
string |
p | ) |
|
|
static |
Returns an uint from a string in si units for example this method can take as an input meters/seconds and return the corresponding uint
- Parameters
-
- Returns
static Dimension Greet.UnitLib2.Context.GetDimension |
( |
string |
expression | ) |
|
|
static |
This methos creates an instance of a Dimension object based on the input string
- Parameters
-
expression | Example: kg^1*lb/(m^(-1)) |
- Returns
The documentation for this class was generated from the following file:
- C:/Users/ddieffenthaler/Desktop/SVN/source/greet-dev/main/Lib/UnitLib2/Context.cs