You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A base unit is chosen for each unit class, represented by a double value (64-bit), and all conversions go via this unit. This means there will always be a small error in both representing other units than the base unit as well as converting between units.
139
139
140
140
Units.NET was intended for convenience and ease of use, not highly accurate conversions, but I am open to suggestions for improvements.
@@ -145,7 +145,7 @@ For more details, see [Precision](https://github.com/anjdreas/UnitsNet/wiki/Prec
145
145
146
146
147
147
<aname="serialization"></a>Serialization
148
-
===
148
+
---
149
149
*`UnitsNet.Serialization.JsonNet` ([nuget](https://www.nuget.org/packages/UnitsNet.Serialization.JsonNet), [src](https://github.com/anjdreas/UnitsNet/tree/master/UnitsNet.Serialization.JsonNet), [tests](https://github.com/anjdreas/UnitsNet/tree/master/UnitsNet.Serialization.JsonNet.Tests)) for JSON.NET
150
150
151
151
**Important!**
@@ -155,7 +155,7 @@ The base unit of any unit should be be treated as volatile as we have changed th
155
155
156
156
157
157
<aname="contribute"></a>Want To Contribute?
158
-
==
158
+
---
159
159
This project is still early and many units and conversions are not yet covered. If you are missing something, please help by contributing or [ask for it](https://github.com/anjdreas/UnitsNet/issues) by creating an issue.
160
160
161
161
Please read the wiki on [Adding a New Unit](https://github.com/anjdreas/UnitsNet/wiki/Adding-a-New-Unit).
@@ -167,13 +167,13 @@ Generally adding a unit involves adding or modifying `UnitsNet\Scripts\UnitDefin
167
167
*[Create a pull request](https://help.github.com/articles/using-pull-requests)
168
168
169
169
<aname="ci"></a>Continuous Integration
170
-
===
170
+
---
171
171
A [TeamCity build server](http://teamcity.chump.work/viewType.html?buildTypeId=UnitsNet&guest=1) performs the following:
172
172
* Build and test pull requests. Notifies on success or error.
173
173
* Build, test and deploy nuget on master branch.
174
174
175
175
<aname="who-are-using"></a>Who are Using This?
176
-
===
176
+
---
177
177
It would be awesome to know who are using this library. If you would like your project listed here, [create an issue](https://github.com/anjdreas/UnitsNet/issues) or edit the [README.md](https://github.com/anjdreas/UnitsNet/edit/master/README.md) and send a pull request. Max logo size is `300x35 pixels` and should be in `.png`, `.gif` or `.jpg` formats.
0 commit comments