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

Projects the earnings amount backward for the specified year.

C++
void projectBackward(
    int year, 
    double factor
);
Parameters 
Description 
int year 
Year for which average wage is desired. 
double factor 
Multiplicative factor used to decrease from following year. 
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!