Home » U++ Library support » U++ Core » Loss of digits in double Xmlize
Loss of digits in double Xmlize [message #25450] |
Wed, 24 February 2010 12:39 |
|
koldo
Messages: 3398 Registered: August 2008
|
Senior Veteran |
|
|
Hello all
Now double type Xmlize only stores 10 digits:
(From Xmlize.cpp)
template<> String XmlAttrStore(const double& var)
{
return AsString(var);
}
To avoid it AsString() would have to be substituted with something equivalent to:
FormatDoubleDigits(var, DBL_DIGITS - 2);
Best regards
IƱaki
|
|
|
|
Goto Forum:
Current Time: Fri Nov 01 02:05:21 CET 2024
Total time taken to generate the page: 0.03112 seconds
|