Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
BenefitAmount::unApplyCola Method (double, int)

Removes cola percent from stored quantity.

C++
void unApplyCola(
    double percent, 
    int year
);
Parameters 
Description 
double percent 
Percentage decrease. 
int year 
Year of decrease. 

Uses the stored amount to call the static version with 3 arguments.

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