fluxera/Fluxera.Utilities

Use generic math for numeric extension methods.

Closed this issue · 1 comments

Using the new INumber interface and the generic math introduced in .NET we can get rid of the overloads for every numeric type and implement the extension methods generic.

Done.