Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
ScaledEarnFactors::ScaledEarnFactors Constructor

Initializes scaled earnings factors.

C++
ScaledEarnFactors(
    int newFirstAge, 
    int newLastAge
);
Parameters 
Description 
int newFirstAge 
First age of data. 
int newLastAge 
Last age of data. 

Resizes the internal arrays to newLastAge - newFirstAge + 1.

Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!