Revision history [back]
The method peopleperSpaceFloorArea
returns an optional double (see PeopleDefinition Class Reference). Check out the section "Optionals and .get" from the Measure Writing Guide, and @David Goldwasser's answer.
*Edit to correct method name
The method
returns an optional double (see PeopleDefinition Class Reference). Check out the section "Optionals and .get" from the Measure Writing Guide, and @David Goldwasser's answer.peopleperSpaceFloorAreapeoplePerSpaceFloorArea
*Edit to correct method name
The I believe this is because the method
returns an optional double (see peoplePerSpaceFloorAreapeoplePerFloorAreaPeopleDefinition Class Referencehere). Check out the section "Optionals and .get" from the Measure Writing Guide, and @David Goldwasser's answer.
*Edit to correct method name
I believe this is because the method peoplePerFloorArea
returns an optional double (see here). Check out the section chapter "Optionals and .get" from the Measure Writing Guide.