Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
std::vector<double> OSQuantityVector::values() const {
79
return m_values;
80
}
81
82
Quantity OSQuantityVector::getQuantity(unsigned i) const {
83
return Quantity(m_values[i], units());
Callers
5
convert
Function · 0.45
OSQuantityVector
Method · 0.45
OSQuantityVector.cpp
File · 0.45
dot
Function · 0.45
operator==
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected