ByteSize icon indicating copy to clipboard operation
ByteSize copied to clipboard

FR: INumber interface implementation (generic math)

Open flexxxxer opened this issue 1 year ago • 0 comments

INumber<TSelf> interface is available in .net7.0 and will be available in .net8.0. I propose to implement this interface for ByteSize type in order to be able to use ByteSize type in code with generalised maths, which would be very convenient. However, this requires a lot of time and code, so I suggest to implement INumber interface in stages, and I am willing to help with this. the corresponding pull reqests will contain the name of this issue.

flexxxxer avatar Jun 17 '23 10:06 flexxxxer