コード例 #1
0
 public static void SetBinarySearchThreshold(int threshold)
 {
     LiveShapingTree.SetBinarySearchThreshold(threshold);
 }
コード例 #2
0
 public static void SetQuickSortThreshold(int threshold)
 {
     LiveShapingTree.SetQuickSortThreshold(threshold);
 }