|
NOX
Development
|
Sci object - used to print the given value with the specified precision. More...
#include <NOX_Utils.H>
Public Member Functions | |
| Sci (double val, int precision=-1) | |
| Constructor. | |
| ~Sci () | |
| Destructor. | |
Public Attributes | |
| double | d |
| Value to be printed. | |
| int | p |
| Precision. | |
Sci object - used to print the given value with the specified precision.
1.8.5