Closed
Description
Is your feature request related to a problem? Please describe.
I have a property of type IQuantity
that users of my framework can fill as they desire. Often the value represents a technical number with a corresponding unit.
But sometimes the value should represents a simple count of how often something was done. This quantity would be unit-less although being numerical.
Therefore the users have no way to generate the quantity, since the unit is a required argument of i.e. Quantity.From(...)
.
Describe the solution you'd like
A QuantityType
called "None" would fit my needs. It should contain a single unit called "Times", e.g. [1].