Implements the fuzzification of the linguistic variable.

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

Syntax

C#
public double Fuzzify(
	string membershipFunctionName
)
Visual Basic (Declaration)
Public Function Fuzzify ( _
	membershipFunctionName As String _
) As Double
Visual C++
public:
double Fuzzify(
	String^ membershipFunctionName
)

Parameters

membershipFunctionName
Type: System..::.String
The membership function for which fuzzify the variable.

Return Value

The degree of membership.

See Also