Initializes a new instance of the FuzzyRule class

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

Syntax

C#
public FuzzyRule(
	string text
)
Visual Basic (Declaration)
Public Sub New ( _
	text As String _
)
Visual C++
public:
FuzzyRule(
	String^ text
)

Parameters

text
Type: System..::.String
The text of the rule.

See Also