Why was an interface for arithmetic operations abandon in .NET? [closed]
Closed . This question is opinion-based . It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post . Closed 5 years ago . In .NET it is not possible to constrain a generic method so it only accepts numeric types as described in the following question: Is there a constraint that restricts my generic method to numeric types? . But if you look at the reference source for .NET ( http://sourceof.net ) and look at the source code for the primitive types ( Int32 , Int64 , Single , etc) there is a