Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
AverageWage::projectForward Method

Projects the earnings amount forward for the specified year.

C++
void projectForward(
    int year, 
    double factor
);
Parameters 
Description 
int year 
Year for which average wage is desired. 
double factor 
Multiplicative factor used to increase previous year. 

Calls projectForwardStatic with an amount and a factor.

Exceptions 
Description 
PiaException of type PIA_IDS_AVGWG if year is out of range (only in debug mode).  
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!