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

Initializes the first and last years.

C++
InsCodeArray(
    int newFirstYear, 
    int newLastYear
);
Parameters 
Description 
int newFirstYear 
New first year of data. 
int newLastYear 
New last year of data. 

Resizes the data array to cover the specified span of years.

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