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
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String _
)
Visual C++
public:
MembershipFunction(
	String^ name
)

Parameters

name
Type: System..::.String
The name that identificates the membership function.

See Also