|
Anypia Programmer's Documentation
|
Initializes the specified first and last years, resizes the data array, and sets all data values to zero.
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!
|