Closed
Description
.NET 7 will introduce the INumber<TSelf> interface (along with accompanying with C# 11 features) that make a feature called generic math possible.
I think this would be a perfect fit for the quantities of UnitsNet and could potentially make the usage way more intuitive, flexible and overall enjoyable.
Please consider to fully embrace INumber<TSelf>
and generic math in a future version of UnitsNet.
Here is a short introduction to this feature set by @MadsTorgersen (first 25 minutes): Where's C# headed? - Mads Torgersen - NDC Copenhagen 2022
Official documentation: https://docs.microsoft.com/en-us/dotnet/standard/generics/math