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

Sets the data for specified years to one specified value.

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