Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
PiaCal::applySurvivorMfb Method (SecondaryArray&, int, int)

Applies maximum family benefit (already calculated) to family's benefits in a survivor case.

C++
void applySurvivorMfb(
    SecondaryArray& secondaryArray, 
    int famSize, 
    int year
) const;
Parameters 
Description 
SecondaryArray& secondaryArray 
Benefits for all family members. 
int famSize 
Number of family members. 
int year 
Year of rounding. 

Calls the static version with 5 arguments, passing saved values for the other arguments.

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