Following code is a part of a project in which I need to determine the minimum/maximum of datacolumns. The problem is, I don't know whether the column will contain floats or ints. My attempt at making a generic class to do this is the following but this gives me the error on Following code is a part of a project in which