コード例 #1
0
 void Start()
 {
     SSUtil.SelectSort <float> (data);
 }
コード例 #2
0
 void Start()
 {
     SSUtil.BubbleSort <float> (data);
 }