8,963
edits
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) mNo edit summary |
||
| Line 210: | Line 210: | ||
====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. | <s>Currently, XML is exported with slightly less accuracy: Doubles are rounded to 6 instead of 7 digits after the decimal separator.</s> | ||
* The desired behavior can be reimplemented by adding methods that mimic this quasi-legacy float-parsing behavior. | * The desired behavior can be reimplemented by adding methods that mimic this quasi-legacy float-parsing behavior. | ||
edits