Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
SoundLibrary
Filter
Misc
Amplifier
C# Class SoundLibrary.Filter.Misc.Amplifier
増幅器
Inheritance:
IFilter
Show file
Open project: ufcpp/UfcppSample
Public Methods
Method
Description
Amplifier
(
double
gain
) :
System
Clear
( ) :
void
内部状態のクリア
Clone
( ) :
object
GetValue
(
double
x
) :
double
フィルタリングを行う。
Method Details
Amplifier()
public
method
public
Amplifier
(
double
gain
) :
System
gain
double
return
System
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