Method | Description | |
---|---|---|
Sort ( |
Sort unmanaged array specified with array at specified area.
|
|
Sort ( |
Sort unmanaged array specified with array at specified area.
|
Method | Description | |
---|---|---|
QuickSort ( |
||
QuickSort ( |
||
QuickSort ( |
||
QuickSort ( |
||
QuickSortPartion ( TemplateStructType array, int start, int end, Comparer |
||
QuickSortPartion ( TemplateStructType array, int start, int end, bool descending ) : int | ||
Test ( ) : void |
public static Sort ( |
||
array | ||
start | int | index of first value to be sorted. |
length | int | length of |
comparer | Comparer |
/// If you want descending sort, make it returns -1 when |
return | void |
public static Sort ( |
||
array | ||
start | int | index of first value to be sorted. |
length | int | length of |
descending | bool | true for descending sort; otherwise false. |
return | void |