![]() |
MechSys
1.0
Computing library for simulations in continuum and discrete mechanics
|
#include <fmtnum.h>
Public Attributes | |
bool | BoolAlpha |
Format output as a boolean? | |
bool | Integer |
Format output as an integer? | |
bool | Scientific |
Format output as a scientific number? | |
int | Width |
Width of the output. | |
int | Precision |
Precision for floating point numbers. |
Formatting Numbers via STL streams.
Format output as a boolean?
bool MPM::FmtNum::Integer |
Format output as an integer?
Precision for floating point numbers.
Format output as a scientific number?
Width of the output.