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

Multiplies data by another FloatQuarter.

C++
void multiply(
    const FloatQuarter& floatQuarter, 
    int firstYeart, 
    int lastYeart
);
Parameters 
Description 
const FloatQuarter& floatQuarter 
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!