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
INumber 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.
The text was updated successfully, but these errors were encountered:
INumber 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 useByteSize
type in code with generalised maths, which would be very convenient. However, this requires a lot of time and code, so I suggest to implementINumber
interface in stages, and I am willing to help with this. the corresponding pull reqests will contain the name of this issue.The text was updated successfully, but these errors were encountered: