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

Sets data for specified years from another DoubleMonth.

C++
void assign(
    const DoubleMonth& newData, 
    int firstYeart, 
    int lastYeart
);
Parameters 
Description 
const DoubleMonth& newData 
Array of new values of data. 
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!