Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   Related Pages  

FormatFloat Class Reference

output a number as a formatted float:. More...

#include <VFNStreamFormat.h>

List of all members.

Public Methods

 FormatFloat (const double num, const int width=10, const int precision=4)
 ~FormatFloat ()

Private Attributes

const double mValue
const int mWidth
const int mPrecision

Friends

ostream & operator<< (ostream &, const FormatFloat &)


Detailed Description

output a number as a formatted float:.

os << FormatFloat(mynumber,10,4); 


The documentation for this class was generated from the following file:
Generated on Wed Nov 14 19:48:36 2001 for ObjCryst++ by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001