|
Anypia Programmer's Documentation
|
Multiplies the second DoubleAnnual into the first DoubleAnnual.
static void multiply( DoubleAnnual& data1, const DoubleAnnual& data2, int firstYear, int lastYear );
|
Parameters |
Description |
|
DoubleAnnual& data1 |
Array of doubles to be multiplied into. |
|
const DoubleAnnual& data2 |
Array of doubles to multiply into data1. |
|
int firstYear |
First year of data to multiply. |
|
int lastYear |
Last year of data to multiply. |
|
Copyright (c) 2010. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|