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

Calculates quarterly average of the 3 monthly figures.

C++
double qtrAvgCal(
    const QtrYear& qtrYear
) const;
Parameters 
Description 
const QtrYear& qtrYear 
Year and quarter (0-3) for which average is desired.  

Quarterly average of the 3 monthly figures.

Exceptions 
Description 
PiaException of type PIA_IDS_FLOATMTH3 if quarter is out of range (only in debug mode). 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!