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

Sets data for specified years from one value that is constant for all years.

C++
void assign(
    int newData, 
    int firstYear, 
    int lastYear
);
Parameters 
Description 
int newData 
New value of data to be used for all specified years. 
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!