Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
DoubleAnnualWrite::DoubleAnnualWrite Constructor

Constructor.

C++
DoubleAnnualWrite(
    const DoubleAnnual& newData, 
    int newWidth, 
    int newPrecision, 
    int newLineWidth
);
Parameters 
Description 
const DoubleAnnual& newData 
Vector of doubles to output. 
int newWidth 
Width of field when writing to an output file.  
int newPrecision 
Number of decimal places when writing to an output file. 
int newLineWidth 
Width of output line when writing to an output file. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!