FOX/ObjCryst++  1.10.X (development)
FormatFloat Class Reference

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

Public Member Functions

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

Public Attributes

const REAL mValue
 
const int mWidth
 
const int mPrecision
 

Detailed Description

output a number as a formatted float:

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

Definition at line 54 of file VFNStreamFormat.h.


The documentation for this class was generated from the following files: