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

Method values

src/model/ScheduleInterval.cpp:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63
64 std::vector<double> ScheduleInterval_Impl::values() const {
65 return toStandardVector(timeSeries().values());
66 }
67
68 } // namespace detail
69

Callers

nothing calls this directly

Calls 1

toStandardVectorFunction · 0.85

Tested by

no test coverage detected