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

Unrounds a specified PIA or MFB to the appropriate multiple of $0.10.

C++
static double unround(
    double theAmount, 
    int year
);
Parameters 
Description 
double theAmount 
Amount to be unrounded. 
int year 
Year of benefit increase, or year prior to year of wage-indexed formula. 

The unrounded amount.

Exceptions 
Description 
PiaException of type PIA_IDS_ROUND if year is less than 1937 (only in debug mode).  
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!