MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / units

Method units

src/utilities/units/OSQuantityVector.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58Unit OSQuantityVector::units() const {
59 return m_units.clone();
60}
61
62UnitSystem OSQuantityVector::system() const {
63 return m_units.system();

Callers 5

OSQuantityVectorMethod · 0.45
push_backMethod · 0.45
dotFunction · 0.45
operator==Function · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected