Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
QcArray::assign Method (unsigned, int, int)

Sets values for the specified years to one specified value.

C++
void assign(
    unsigned value, 
    int firstYeart, 
    int lastYeart
);
Parameters 
Description 
unsigned value 
Amount to use in each year. 
int firstYeart 
First year for which to set QCs.  
int lastYeart 
Last year for which to set QCs.  
Exceptions 
Description 
PiaException of type PIA_IDS_QCARRAY1 if year is out of range (only in debug mode). 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!