Muximize
Muximize
I did not go through all of this thoroughly so maybe I'm missing something obvious, but I was wondering how this would compare to just replacing `double` wholesale with `decimal`....
I rebased this on latest dev to fix a merge conflict.
@maliming I see now ABP is usually quite conservative in updating dependencies, so maybe you can skip the last commit, or cherry pick what you like in this PR.
Users who prefer different names in their project could use aliases: ``` global using LinearNumberDensity = UnitsNet.ReciprocalLength; global using Voltage = UnitsNet.ElectricPotential; ```
This was discussed here: https://github.com/angularsen/UnitsNet/pull/1354#discussion_r1493344825 And implemented here: https://github.com/angularsen/UnitsNet/pull/1365
Yes, this will add 28 additional operators to the current set of units. I tested two ways of doing this: 1. Generating the operators exactly like the others, adding to...
Normally, if a quantity (say Power) has a relation with Duration, then `power * duration` will be in `Power` and `duration * power` will be in `Duration` Because implicit conversion...
@ggjjj What's the status of this? The last iotedge release is at `1.5.21` now.