Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
DoubleAnnual::DoubleAnnual Constructor

Constructor.

C++
DoubleAnnual(
    int newBaseYear, 
    int newLastYear
);
Parameters 
Description 
int newBaseYear 
New base year. 
int newLastYear 
New last year. 

Sets the base year of data, and initializes the size of the data vector to the span of years.

Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!