J
Jan Smith
I've searched the overloads for the Array.Sort method, and I haven't found a
clear answer to my question. Maybe it's not in Array.Sort.
Here's the question:
I initialize an array X with the values 28 142 3 17 225.
I can sort this array in ascending order and it will return 3 17 28 142 225.
But I want a method that will return the sort order, not the array in sorted
order. The sort order is 3 4 1 2 5.
Is there a method that will return the sort order, not the array in sorted
order?
Thanks for any help.
clear answer to my question. Maybe it's not in Array.Sort.
Here's the question:
I initialize an array X with the values 28 142 3 17 225.
I can sort this array in ascending order and it will return 3 17 28 142 225.
But I want a method that will return the sort order, not the array in sorted
order. The sort order is 3 4 1 2 5.
Is there a method that will return the sort order, not the array in sorted
order?
Thanks for any help.