Skip to content

Question: what's the right abbreviation for prefixed temperature delta? #774

@hwaien

Description

@hwaien

Describe the bug
After #771 merged, I gave the newly added prefixed temperature delta quantities a try, and noticed the abbreviation shows up with the prefix at the beginning. For example, millidegree Celsius has the abbreviation of "m∆°C". Is this abbreviation appropriate? Or is it more appropriate to have an abbreviation like "∆m°C"?

To Reproduce

var d = TemperatureDelta.FromMillidegreesCelsius(2);
Console.WriteLine(d);

Expected behavior
Not sure. "m∆°C" or "∆m°C"?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions