Example #1
0
 public static void SetBinarySearchThreshold(int threshold)
 {
     LiveShapingTree.SetBinarySearchThreshold(threshold);
 }
Example #2
0
 public static void SetQuickSortThreshold(int threshold)
 {
     LiveShapingTree.SetQuickSortThreshold(threshold);
 }