Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
BenefitAmountArray::BenefitAmountArray Constructor (int)

Initializes the last year to the specified value.

C++
explicit BenefitAmountArray(
    int year
);
Parameters 
Description 
int year 
New last year. 

Resizes the data array to cover the span of years from 1937 to the specified year.

Exceptions 
Description 
PiaException of type PIA_IDS_BENARRAY1 (in debug version) if year is out of range.  
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!