'宣言 Public Shared Sub RecursiveSortDouble( _ ByVal indexer() As Integer, _ ByVal orderParam() As Double, _ ByVal left As Integer, _ ByVal right As Integer _ )
public static void RecursiveSortDouble( int[] indexer, double[] orderParam, int left, int right )
MiscFunctions クラス MiscFunctions メンバ