Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
QcArray Constructor

Initializes a QcArray, either with specified years or from another QcArray.

There are two versions of the QcArray constructor. The one with two year arguments initializes the specified first and last years, resizes the data array, and sets all data values to zero. The one with a QcArray argument copies the first and last years, and all data values, from the argument.

 
Name 
Description 
 
Initializes the specified first and last years, resizes the data array, and sets all data values to zero. 
 
Copies all values from the argument to this instance. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!