 | ArrayExQuickSort 方法 |
Sweet 开发框架
快速排序法
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static void QuickSort(
int[] list,
int low,
int high
)
Public Shared Sub QuickSort (
list As Integer(),
low As Integer,
high As Integer
)
static member QuickSort :
list : int[] *
low : int *
high : int -> unit
参数
- list
- 类型:SystemInt32
列表 - low
- 类型:SystemInt32
起始序号 - high
- 类型:SystemInt32
结束序号
参见