Method | Description | |
---|---|---|
Delay ( |
配列 x を右に delay だけずらす。
|
|
Reverse ( |
配列を左右反転する。
|
public static Delay ( |
||
x | 元の配列 | |
delay | int | |
y | 結果格納先 | |
return | void |
public static Reverse ( |
||
x | 元の配列 | |
return | System.Type[] |