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

Calculates 3-year percentage increase at annual rate.

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

3-year percentage increase at annual rate.

Exceptions 
Description 
PiaException of type PIA_IDS_FLOATQTR1 if year is out of range, or of type PIA_IDS_FLOATQTR3 if quarter is out of range, or of type PIA_IDS_FLOATQTR4 if value is zero in third prior year (only in debug mode). 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!