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

Divides the first DoubleAnnual by the second DoubleAnnual.

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