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

Multiplies data by another DoubleQuarter.

C++
void multiply(
    const DoubleQuarter& doubleQuarter, 
    int firstYeart, 
    int lastYeart
);
Parameters 
Description 
const DoubleQuarter& doubleQuarter 
Array of multipliers. 
int firstYeart 
First year of data to multiply. 
int lastYeart 
Last year of data to multiply. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!