Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
OutFileHTML::writeCellBodyRight Method (double, int)

Writes the html for a double as the contents of one cell in a table, right-justified.

C++
void writeCellBodyRight(
    double theDouble, 
    int precision
);
Parameters 
Description 
double theDouble 
The double to be placed in the cell in the table.  
int precision 
Precision to be used when writing the double.  

There are multiple versions of this function. Each version uses the inserter to put the argument into the output stream, surrounded by the appropriate tags.

Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!