Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
DoubleQuarter::setAt Method

Sets one value of data.

C++
void setAt(
    const QtrYear& qtrYear, 
    double newData
);
Parameters 
Description 
const QtrYear& qtrYear 
Year and quarter (0-3) for which data is desired.  
double newData 
New value of data. 
Exceptions 
Description 
PiaException of type PIA_IDS_FLOATQTR1 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!