コンストラクタ

Namespace: FVIL.Forms
Assembly: FVILforms (in FVILforms.dll) Version: 3.1.0.0 (3.1.0.9)

Syntax

C#
public TenKey(
	double value,
	double min,
	double max,
	string format
)
Visual Basic
Public Sub New ( 
	value As Double,
	min As Double,
	max As Double,
	format As String
)

Parameters

value
Type: System..::..Double
初期値
min
Type: System..::..Double
最小値
max
Type: System..::..Double
最大値
format
Type: System..::..String
文字変換書式 (ToString に指定する書式と同様です。(例:0.00, 0.0## 等) 特になければ空文字で構いません。)

See Also