Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
DoubleQuarter::assign Method (DoubleMonth&, QtrYear&, QtrYear&)

Initializes data for specified dates from a DoubleMonth.

C++
void assign(
    const DoubleMonth& doubleMonth, 
    const QtrYear& firstQtrYear, 
    const QtrYear& lastQtrYear
);
Parameters 
Description 
const DoubleMonth& doubleMonth 
Array of monthly values. The three values in each quarter are averaged. 
const QtrYear& firstQtrYear 
First year and quarter of data to set. 
const QtrYear& lastQtrYear 
Last year and quarter of data to set. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!