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

Sets one value of data.

C++
void setAt(
    const DateMoyr& dateMoyr, 
    double newData
);
Parameters 
Description 
const DateMoyr& dateMoyr 
Year and month (0-11) for which data is to be set.  
double newData 
New value of data. 
Exceptions 
Description 
PiaException of type PIA_IDS_FLOATMTH1 if year in the date is out of range (only in debug mode). 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!