NsecondBlock_before | 並べ替える前の秒ブロックの個数。
関数win_countSecondBlock
の戻り値を与える。 The number of second blocks before sorting, obtained by function win_countSecondBlock. |
NsecondBlock_after | 並べ替えた後の秒ブロックの個数の代入先。
宣言しただけのint型変数に&を付けて与える。
関数内で値が設定される。
なお、この値は欠損の補間のために挿入されるダミーの秒ブロックを含む。 Memory into which the number of second blocks after sorting is to be inserted. Give an empty int-type variable with &. Within the function, the value is set, which includes dummy second blocks for the interpolation of data defects. |
original | 並べ替える前の秒ブロックのデータから成る配列。
関数read_win_fileの戻り値を
関数sortWinData
を用いて整形したものを与える。 An array composed of the data of second blocks before sorting, obtained by functions read_win_file and sortWinData. |