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: 3432 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: Thu May 08 04:44:06 CEST 2025
Total time taken to generate the page: 0.03188 seconds
|