Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
Unit OSQuantityVector::units() const {
59
return m_units.clone();
60
}
61
62
UnitSystem OSQuantityVector::system() const {
63
return m_units.system();
Callers
5
OSQuantityVector
Method · 0.45
OSQuantityVector.cpp
File · 0.45
push_back
Method · 0.45
dot
Function · 0.45
operator==
Function · 0.45
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected