-
Notifications
You must be signed in to change notification settings - Fork 397
Closed
Description
Is your feature request related to a problem? Please describe.
I have a particulate matter sensor that gives measured values in µg/m^3 (so I can use Density
), but then also measured counts in #/m^3.
Wikipedia seems to call this https://en.wikipedia.org/wiki/Number_density.
I've also found the ReciprocalArea
type, which is pretty close, except I need ReciprocalVolume
.
Describe the solution you'd like
NumberDensity
and/or ReciprocalVolume
types would be nice, with factory methods such as FromInverseCubicMeter
.