Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ createSITime
Function
createSITime
src/utilities/units/SIUnit.cpp:103–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
return SIUnit(SIExpnt(0, 1));
102
}
103
SIUnit createSITime() {
104
return SIUnit(SIExpnt(0, 0, 1));
105
}
106
SIUnit createSITemperature() {
107
return SIUnit(SIExpnt(0, 0, 0, 1));
108
}
Callers
2
TEST_F
Function · 0.85
TEST_F
Function · 0.85
Calls
no outgoing calls
Tested by
2
TEST_F
Function · 0.68
TEST_F
Function · 0.68