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

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

C++
void assign(
    double newData, 
    int firstYeart, 
    int lastYeart
);
Parameters 
Description 
double newData 
New value of data to be used for all specified years. 
int firstYeart 
First year of data to set. 
int lastYeart 
Last year of data to set. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!