I have stored my ArrayList into a multidimensional array to be displayed on the richtextbox. How do I sort an ArrayList/multidimensional array from the smallest value to the biggest and be displayed on rtbx?
The variables are initialized as:
public static ArrayList dataList = new ArrayList();
public static float[,] finalData = new float[superX.var, 8];
superX.var is int 72.