You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);