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