UnitsNet
UnitsNet copied to clipboard
Makes life working with units of measurement just a little bit better.
In [#1329](https://github.com/angularsen/UnitsNet/pull/1329#discussion_r1441752722) this proposal came up: > Another idea: generate division operators based on multiplication. Right now we define: > ``` > ElectricPotential.Volt = ElectricCurrent.Ampere * ElectricResistance.Ohm (and generate the...
I think this was forgotten in #1289, removes 3k+ lines of comments that are not true anymore.
See https://github.com/angularsen/UnitsNet/pull/1354#discussion_r1493344825 One issue is that the operator overloads only work when `TimeSpan` is the right operand. I changed the code generation to take this into account, but another option...
In #1195 @angularsen says: > If we change all 3 quantities to double, we have the potential to clean up a LOT of QuantityValue complexity. This made me wonder how...
**Is your feature request related to a problem? Please describe.** Allow for there to be math between units to make combined units Torque = Force * Length Basically adding in...
**Is your feature request related to a problem? Please describe.** So, there's this friend rover of mine. Not so long ago, we used to hang out together almost every single...
v6 Release
This issue serves as a place to discuss what to include in this version, since major version bumps allow us to make breaking changes we think are necessary or worth...
According to the BODMAS mathematical convention, division comes before multiplication, therefore, the unit definitions where there are multiple denominators should be in brackets to avoid confusion between, say, W/m^2·C and...
**Is your feature request related to a problem? Please describe.** Insulin concentration feature would be nice, but I'm not sure whether does it suit to this library or not. There...
@angularsen, following your suggestions from #1337, here is an updated PR adding the conversion methods between Angle and Slope. How do you suggest we proceed with creating strings like "1...