Initializes a new instance of the MembershipFunction class

Namespace:  DotFuzzy
Assembly:  DotFuzzy (in DotFuzzy.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public MembershipFunction(
	string name,
	double x0,
	double x1,
	double x2,
	double x3
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String, _
	x0 As Double, _
	x1 As Double, _
	x2 As Double, _
	x3 As Double _
)
Visual C++
public:
MembershipFunction(
	String^ name, 
	double x0, 
	double x1, 
	double x2, 
	double x3
)

Parameters

name
Type: System..::.String
The name that identificates the linguistic variable.
x0
Type: System..::.Double
The value of the (x0, 0) point.
x1
Type: System..::.Double
The value of the (x1, 1) point.
x2
Type: System..::.Double
The value of the (x2, 1) point.
x3
Type: System..::.Double
The value of the (x3, 0) point.

See Also