Skip to content

Unit for "Amount of times" #849

Closed
@selmaohneh

Description

@selmaohneh

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].

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions