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

Public Member Functions

 Unit (string formula_, string name_, double si_slope_, double si_intercept_)
 
 Unit (System.Xml.XmlNode node)
 
double FromSI (double val)
 
double ToSI (double val)
 

Properties

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...
 

Property Documentation

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: