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

Calculates a monthly SGA amount using a base amount and a ratio of average wages.

C++
static double project1(
    double baseAmount, 
    double numerator, 
    double denominator, 
    double previous
);
Parameters 
Description 
double baseAmount 
Value of SGA amount in base year. 
double numerator 
Numerator used in projection. 
double denominator 
Denominator used in projection. 
double previous 
Value of SGA amount in previous year. 

Increased monthly SGA amount.

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