|
| Unit (string formula_, string name_, double si_slope_, double si_intercept_) |
|
| Unit (System.Xml.XmlNode node) |
|
double | FromSI (double val) |
|
double | ToSI (double val) |
|
|
string | Expression [get] |
| Represents units a formula-like string, for example "kg/m^3" or "lb/ft^3" for mass density More...
|
|
string | Name [get] |
| Represents units a sentence-like string, for example "kilograms per cubic meter" or "pounds per cubic feet" for mass density More...
|
|
double | Si_intercept [get] |
| Intercept of a linear equation for converting to SI units, i.e. b coefficient of SI_Value=a*This_Value + b More...
|
|
double | Si_slope [get] |
| Slope of a linear equation for converting to SI units, i.e. a coefficient of SI_Value=a*This_Value + b More...
|
|
string Greet.UnitLib2.Unit.Expression |
|
get |
Represents units a formula-like string, for example "kg/m^3" or "lb/ft^3" for mass density
string Greet.UnitLib2.Unit.Name |
|
get |
Represents units a sentence-like string, for example "kilograms per cubic meter" or "pounds per cubic feet" for mass density
double Greet.UnitLib2.Unit.Si_intercept |
|
get |
Intercept of a linear equation for converting to SI units, i.e. b coefficient of SI_Value=a*This_Value + b
double Greet.UnitLib2.Unit.Si_slope |
|
get |
Slope of a linear equation for converting to SI units, i.e. a coefficient of SI_Value=a*This_Value + b
The documentation for this class was generated from the following file:
- C:/Users/ddieffenthaler/Desktop/SVN/source/greet-dev/main/Lib/UnitLib2/Unit.cs