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

Method values

src/utilities/units/OSQuantityVector.cpp:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78std::vector<double> OSQuantityVector::values() const {
79 return m_values;
80}
81
82Quantity OSQuantityVector::getQuantity(unsigned i) const {
83 return Quantity(m_values[i], units());

Callers 5

convertFunction · 0.45
OSQuantityVectorMethod · 0.45
dotFunction · 0.45
operator==Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected