6enum class eDecimalFormat_Type { SystemFormatting = 0, DefaultFloat, FixedMantissa, SignificantDigits };
7extern CDM_DECL
const std::string& eDecimalFormat_Type_Name(eDecimalFormat_Type m);
19 void SetPrecision(std::streamsize p);
20 std::streamsize GetPrecision();
22 void SetNotation(eDecimalFormat_Type n);
23 eDecimalFormat_Type GetNotation();
25 void SetStream(std::ofstream& s);
Definition: PBEngine.h:31