C#: Generic Interface for Numbers
There's no common interface for arithmetic operations implemented by numeric types. Generic operators might help solving your problem.
There's no common interface for arithmetic operations implemented by numeric types. Generic operators might help solving your problem.