Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
QcArray::QcArray Constructor (int, int)

Initializes the specified first and last years, resizes the data array, and sets all data values to zero.

C++
QcArray(
    int firstyr, 
    int lastyr
);
Parameters 
Description 
int firstyr 
New first year of data. 
int lastyr 
New last year of data. 
Exceptions 
Description 
PiaException of type PIA_IDS_QCARRAY1 if first year is out of range (only in debug mode). 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!