First time here? Check out the Help page!
1 | initial version |
I believe this is because the method peoplePerFloorArea
returns an optional double (see here). Check out the chapter "Optionals and .get" from the Measure Writing Guide.
2 | No.2 Revision |
I believe this is because the method peoplePerFloorArea
returns an optional double (see here). Check out the chapter section "Optionals and .get" from the Measure Writing Guide.
3 | No.3 Revision |
I believe this is because the The method
returns an optional double (see peoplePerFloorAreapeoplePerSpaceFloorAreaherePeopleDefinition Class Reference). Check out the section "Optionals and .get" from the Measure Writing Guide, and @David Goldwasser's answer.
*Edit to correct method name
4 | No.4 Revision |
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