8,963
edits
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) mNo edit summary |
||
| Line 211: | Line 211: | ||
====Notes on C# (.NET 10)==== | ====Notes on C# (.NET 10)==== | ||
Currently, XML is exported with slightly less accuracy: Doubles are rounded to 6 instead of 7 digits after the decimal separator. | Currently, XML is exported with slightly less accuracy: Doubles are rounded to 6 instead of 7 digits after the decimal separator. | ||
* The desired behavior can be reimplemented by adding methods that mimic this quasi-legacy float-parsing behavior. | |||
edits