シンタックス
'宣言
Public MustOverride Sub synthetize_hpf( _
ByVal As System.Object, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Object, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Object, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
'使用法
Dim instance As SynWTFilter
Dim lowSig As System.Object
Dim lowOff As System.Integer
Dim lowLen As System.Integer
Dim lowStep As System.Integer
Dim highSig As System.Object
Dim highOff As System.Integer
Dim highLen As System.Integer
Dim highStep As System.Integer
Dim outSig As System.Object
Dim outOff As System.Integer
Dim outStep As System.Integer
instance.synthetize_hpf(lowSig, lowOff, lowLen, lowStep, highSig, highOff, highLen, highStep, outSig, outOff, outStep)
public abstract void synthetize_hpf(
System.object ,
System.int ,
System.int ,
System.int ,
System.object ,
System.int ,
System.int ,
System.int ,
System.object ,
System.int ,
System.int
)
パラメータ
- lowSig
- lowOff
- lowLen
- lowStep
- highSig
- highOff
- highLen
- highStep
- outSig
- outOff
- outStep
参照