Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound 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 REAL num, const int width=10, const int precision=4)
 ~FormatFloat ()

Private Attributes

const REAL 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 Tue Feb 5 17:37:19 2002 for ObjCryst++ by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001