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

Method outOfRangeValue

src/model/ScheduleFixedInterval.cpp:218–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216 }
217
218 double ScheduleFixedInterval_Impl::outOfRangeValue() const {
219 boost::optional<double> value = getDouble(OS_Schedule_FixedIntervalFields::OutOfRangeValue, true);
220 OS_ASSERT(value);
221 return value.get();
222 }
223
224 bool ScheduleFixedInterval_Impl::isOutOfRangeValueDefaulted() const {
225 return isEmpty(OS_Schedule_FixedIntervalFields::OutOfRangeValue);

Callers 2

timeSeriesMethod · 0.95
setTimeSeriesMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected