C# Class SoundLibrary.Filter.PallarelConnector

並列接続。
Inheritance: IFilter
显示文件 Open project: ufcpp/UfcppSample

Public Methods

Method Description
Clear ( ) : void
Clone ( ) : object
GetValue ( double x ) : double
PallarelConnector ( ) : System

Method Details

Clear() public method

public Clear ( ) : void
return void

Clone() public method

public Clone ( ) : object
return object

GetValue() public method

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

PallarelConnector() public method

public PallarelConnector ( ) : System
return System