LifeTablesPopulationSize Property |
Sets the population size at the beginning of the first age interval
in requesting a population table.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int PopulationSize { get; set; }
Public Overridable Property PopulationSize As Integer
Get
Set
public:
virtual property int PopulationSize {
int get ();
void set (int value);
}
abstract PopulationSize : int with get, set
override PopulationSize : int with get, set
Property Value
Type:
Int32
An
int scalar specifying the initial population.
Default: A value of 10,000 is used to allow
easy entry of nCohorts and
nDeaths when numbers
are available as percentages.
See Also