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

Method numberOfPeople

src/model/People.cpp:375–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373 }
374
375 boost::optional<double> People_Impl::numberOfPeople() const {
376 OptionalDouble temp = peopleDefinition().numberofPeople();
377 if (temp) {
378 return temp.get() * multiplier();
379 }
380 return temp;
381 }
382
383 boost::optional<double> People_Impl::peoplePerFloorArea() const {
384 OptionalDouble temp = peopleDefinition().peopleperSpaceFloorArea();

Callers

nothing calls this directly

Calls 2

numberofPeopleMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected