初期値指定コンストラクタ

Namespace: FVIL.Dio
Assembly: FVILdevice (in FVILdevice.dll) Version: 3.1.0.0 (3.1.0.5)

Syntax

C#
public CFviNoiseFilterCtrl(
	uint width,
	uint scale
)
Visual Basic
Public Sub New ( 
	width As UInteger,
	scale As UInteger
)

Parameters

width
Type: System..::..UInt32
Width設定
scale
Type: System..::..UInt32
Scale設定

See Also