Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
AnnualArrays::add Method

Adds the second DoubleAnnual to the first DoubleAnnual.

C++
static void add(
    DoubleAnnual& data1, 
    const DoubleAnnual& data2, 
    int firstYear, 
    int lastYear
);
Parameters 
Description 
DoubleAnnual& data1 
Array of doubles to be added to. 
const DoubleAnnual& data2 
Array of doubles to add to data1. 
int firstYear 
First year to add. 
int lastYear 
Last year to add. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!