Greet 2014
Documentation for the GREET 2014 API
 All Classes Namespaces Functions Variables Enumerations Properties Events
Greet.DataStructureV3.ResultsStorage.DVDict Class Reference
Inheritance diagram for Greet.DataStructureV3.ResultsStorage.DVDict:

Public Member Functions

 DVDict (string bottom)
 
override void GetObjectData (SerializationInfo info, StreamingContext context)
 
void Replace (int i, LightValue val)
 
new string ToString ()
 
virtual double Total ()
 This method can will return the total of all the contents of the dictionary It will ignore all units More...
 
virtual LightValue TotalEnergy ()
 As DVDict can contain amount not convertible to energy amounts this method can only return the total energy amount of the dictionary. More...
 

Static Public Member Functions

static bool EverythingIsOKForAdditionSubstraction (DVDict e1, DVDict e2)
 
static DVDict operator* (DVDict e1, double e2)
 
static DVDict operator* (DVDict e1, Parameter e2)
 
static DVDict operator* (DVDict e1, LightValue e2)
 
static DVDict operator* (Parameter e2, DVDict e1)
 
static DVDict operator* (LightValue e2, DVDict e1)
 
static DVDict operator* (DVDict e1, Dictionary< int, double > e2)
 
static DVDict operator* (DVDict e1, Dictionary< int, Parameter > e2)
 
static DVDict operator+ (DVDict e1, DVDict e2)
 
static DVDict operator- (DVDict e)
 
static DVDict operator- (DVDict e1, DVDict e2)
 
static DVDict operator/ (DVDict e1, Parameter e2)
 
static DVDict operator/ (DVDict e1, LightValue e2)
 
static DVDict operator/ (DVDict e1, double e2)
 

Protected Member Functions

 DVDict (SerializationInfo info, StreamingContext context)
 

Member Function Documentation

virtual double Greet.DataStructureV3.ResultsStorage.DVDict.Total ( )
virtual

This method can will return the total of all the contents of the dictionary It will ignore all units

Returns
virtual LightValue Greet.DataStructureV3.ResultsStorage.DVDict.TotalEnergy ( )
virtual

As DVDict can contain amount not convertible to energy amounts this method can only return the total energy amount of the dictionary.

Returns

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