ObjCryst++  1.5CVS
Public Member Functions | Public Attributes
FormatFloat Class Reference

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

List of all members.

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);

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