| Data Dictionary: | Canadian Census 2011 |
| Data Source: | Social Explorer; Statistics Canada |
| T3. | Population Density (per Sq. Mile) | |||||
| Universe: | ||||||
|
A002_003Area (Sq. Mile)
Percent base:
None - percentages not computed (variable is a universe)
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if (ORG:CANCEN2011_098_1.IsNull)
oretval.IsNull = true;
else
oretval = System.Convert.ToDouble(ORG:CANCEN2011_098_1) * 0.386102;
return oretval;
|
||||||