angularsen / UnitsNet

Makes life working with units of measurement just a little bit better.
https://www.nuget.org/packages/UnitsNet/
MIT No Attribution
2.65k stars 382 forks source link

Add operators for ReciprocalLength/-Area (v6) #1385

Closed trb5016 closed 7 months ago

trb5016 commented 7 months ago

Added additional operators that result in ReciprocalLength (Length/Area, Area/Volume) and ReciprocalArea (Length/Volume)

(Mirrors functionality of v5 PR #1382)

angularsen commented 7 months ago

Thanks, just missing a run of codegen. I pushed a commit with generated code.