C# Class Delay

遅延器。
Inheritance: IFilter
Mostra file Open project: ufcpp/UfcppSample Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
Clone ( ) : object
Delay ( )
Delay ( int delaytime )

倍率を指定して初期化

GetValue ( double x ) : double

Method Details

Clear() public method

public Clear ( ) : void
return void

Clone() public method

public Clone ( ) : object
return object

Delay() public method

public Delay ( )

Delay() public method

倍率を指定して初期化
public Delay ( int delaytime )
delaytime int 遅延時間[sample数]

GetValue() public method

public GetValue ( double x ) : double
x double
return double