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

Method isAbsolute

src/model/People.cpp:212–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 }
211
212 bool People_Impl::isAbsolute() const {
213 PeopleDefinition definition = peopleDefinition();
214 if (definition.numberofPeople()) {
215 return true;
216 }
217 return false;
218 }
219
220 bool People_Impl::setMultiplier(double multiplier) {
221 bool result = setDouble(OS_PeopleFields::Multiplier, multiplier);

Callers 1

combineSpacesMethod · 0.45

Calls 1

numberofPeopleMethod · 0.80

Tested by

no test coverage detected