Method QuickSort
QuickSort(uint[], int, int)
선언
public static void QuickSort(uint[] arr, int left, int right)
파라미터
QuickSort<T>(int, void*)
선언
public static void QuickSort<T>(int count, void* data) where T : struct, IComparable<T>
파라미터
타입 파라미터
QuickSort<TValue, TKey, TGetter>(int, void*)
선언
public static void QuickSort<TValue, TKey, TGetter>(int count, void* data) where TValue : struct where TKey : struct, IComparable<TKey> where TGetter : struct, CoreUnsafeUtils.IKeyGetter<TValue, TKey>
파라미터
타입 파라미터
이름 |
설명 |
TValue |
|
TKey |
|
TGetter |
|
QuickSort<TValue, TKey, TGetter>(void*, int, int)
선언
public static void QuickSort<TValue, TKey, TGetter>(void* data, int left, int right) where TValue : struct where TKey : struct, IComparable<TKey> where TGetter : struct, CoreUnsafeUtils.IKeyGetter<TValue, TKey>
파라미터
타입 파라미터
이름 |
설명 |
TValue |
|
TKey |
|
TGetter |
|