Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Filter
Delay
C# Class Filter.Delay
Inheritance:
IFilter
ファイルを表示
Open project: ufcpp/UfcppSample
Class Usage Examples
Public Methods
Method
Description
Clear
( ) :
void
内部状態のクリア
Delay
(
int
taps
) :
System
コンストラクタ
GetValue
(
double
x
) :
double
フィルタリングを行う。
Method Details
Clear()
public
method
内部状態のクリア
public
Clear
( ) :
void
return
void
Delay()
public
method
コンストラクタ
public
Delay
(
int
taps
) :
System
taps
int
遅延タップ数
return
System
GetValue()
public
method
フィルタリングを行う。
public
GetValue
(
double
x
) :
double
x
double
フィルタ入力。
return
double