|
Anypia Programmer's Documentation
|
Calculates a monthly retirement test exempt amount using a base amount and a ratio of average wages.
static double project1( double baseAmount, double numerator, double denominator, double previous );
|
Parameters |
Description |
|
double baseAmount |
Value of exempt amount in base year. |
|
double numerator |
Numerator used in projection. |
|
double denominator |
Denominator used in projection. |
|
double previous |
Value of exempt amount in previous year. |
The new monthly retirement test exempt amount.
|
Exceptions |
Description |
|
PiaException of type PIA_IDS_RTGENRL if denominator is out of range (only in debug mode). |
|
Copyright (c) 2010. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|