G
Guest
hey all,
i have an int[] array and was just wondering if there is a way to get the
highest value in the array?
for instance,
int[] myValues = new int[] { 0, 1, 2 }
highest value is 2.
thanks,
rodchar
i have an int[] array and was just wondering if there is a way to get the
highest value in the array?
for instance,
int[] myValues = new int[] { 0, 1, 2 }
highest value is 2.
thanks,
rodchar