Tagged Questions
2
votes
4answers
941 views
Rational numbers in C# and XML
I'm working with an XML file that subscribes to an industry standard. The standards document for the schema defines one of the fields as a rational number and its data is represented as two integers, ...