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

Sets the data for specified years by copying from the newDataArray.

C++
void assign(
    const DisInsCodeArray& newDataArray, 
    int firstDataYear, 
    int lastDataYear
);
Parameters 
Description 
const DisInsCodeArray& newDataArray 
Array of new values of data. 
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!