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

Calculates average wage increases from the AverageWage argument and assigns each one to the corresponding slot in this array.

C++
void project(
    const AverageWage& averageWages, 
    int firstYeart, 
    int lastYeart
);
Parameters 
Description 
const AverageWage& averageWages 
Series of average wages from which to calculate increase percentages. 
int firstYeart 
First year of calculation. 
int lastYeart 
Last year of calculation. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!