Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
SgaGeneral::convertMonthToAnnual Method

Converts monthly SGA amounts to annual amounts, starting with the first projected year.

C++
void convertMonthToAnnual(
    const SgaGeneral& sgaM
);
Parameters 
Description 
const SgaGeneral& sgaM 
Monthly SGA amounts. 

Historical amounts are initialized in the constructor of any derived class (because, for some years, the annual amount is not simply 12 times the monthly amount).

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