シンタックス
'宣言
Public MustOverride Sub analyze_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.Object, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
'使用法
Dim instance As AnWTFilter
Dim inSig As System.Object
Dim inOff As System.Integer
Dim inLen As System.Integer
Dim inStep As System.Integer
Dim lowSig As System.Object
Dim lowOff As System.Integer
Dim lowStep As System.Integer
Dim highSig As System.Object
Dim highOff As System.Integer
Dim highStep As System.Integer
instance.analyze_hpf(inSig, inOff, inLen, inStep, lowSig, lowOff, lowStep, highSig, highOff, highStep)
public abstract void analyze_hpf(
System.object ,
System.int ,
System.int ,
System.int ,
System.object ,
System.int ,
System.int ,
System.object ,
System.int ,
System.int
)
パラメータ
- inSig
- inOff
- inLen
- inStep
- lowSig
- lowOff
- lowStep
- highSig
- highOff
- highStep
参照