Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
IntAnnual::assign Method (IntAnnual&, int, int)

Sets data for specified years from another IntAnnual.

C++
void assign(
    const IntAnnual& intAnnual, 
    int firstYear, 
    int lastYear
);
Parameters 
Description 
const IntAnnual& intAnnual 
Array of new values of data. 
int firstYear 
First year of data to set. 
int lastYear 
Last year of data to set. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!