C# Class SoundLibrary.Mathematics.Array

Array の概要の説明です。
Afficher le fichier Open project: ufcpp/UfcppSample

Méthodes publiques

Méthode Description
Delay ( Type x, int delay, Type y ) : void

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

Reverse ( Type x ) : System.Type[]

配列を左右反転する。

Method Details

Delay() public static méthode

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

Reverse() public static méthode

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