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

Namespace: fvalgcli
Assembly: fvalgcli (in fvalgcli.dll) Version: 3.1.0.0 (3.1.0.11)

Syntax

C#
public static F_FUZZY_SPEC init(
	double u_min,
	double u_max,
	double u_unit,
	double m_unit
)
Visual Basic
Public Shared Function init ( 
	u_min As Double,
	u_max As Double,
	u_unit As Double,
	m_unit As Double
) As F_FUZZY_SPEC

Parameters

u_min
Type: System..::..Double
実数系台集合横軸最小値
u_max
Type: System..::..Double
実数系台集合横軸最大値
u_unit
Type: System..::..Double
実数系台集合横軸単位
m_unit
Type: System..::..Double
実数系台集合縦軸単位

Return Value

Type: F_FUZZY_SPEC
指定された値で構築されたインスタンスを返します。

See Also