C# Class SoundLibrary.Mathematics.Array

Array の概要の説明です。
ファイルを表示 Open project: ufcpp/UfcppSample

Public Methods

Method Description
Delay ( Type x, int delay, Type y ) : void

配列 x を右に delay だけずらす。

Reverse ( Type x ) : System.Type[]

配列を左右反転する。

Method Details

Delay() public static method

配列 x を右に delay だけずらす。
public static Delay ( Type x, int delay, Type y ) : void
x System.Type 元の配列
delay int
y System.Type 結果格納先
return void

Reverse() public static method

配列を左右反転する。
public static Reverse ( Type x ) : System.Type[]
x System.Type 元の配列
return System.Type[]