Exercise: MathGeneric.Min + Max with Delegates

In the exercise about generic methods you made a class MathGeneric with methods like

Now you will have to add yet another set of Min, Max methods to the class

Where Comparision is a delegate type.

Unit test the two new methods.