Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
AverageWage::project Method (double, int, int)

Projects average wage amounts to a specified last year.

C++
void project(
    double factor, 
    int firstYeart, 
    int lastYeart
);
Parameters 
Description 
double factor 
Multiplicative factor used to increase each year (e.g. 1.05). 
int firstYeart 
First year to project. 
int lastYeart 
Last year to project to. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!