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

Sets one value of data.

C++
void setAt(
    const DateMoyr& dateMoyr, 
    float newData
);
Parameters 
Description 
const DateMoyr& dateMoyr 
Year and month (0-11) for which data is to be set.  
float newData 
New value of data. 
Exceptions 
Description 
PiaException of type PIA_IDS_FLOATMTH1 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!