Initializes a new instance of the LinguisticVariable class
Namespace:
DotFuzzyAssembly: DotFuzzy (in DotFuzzy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public LinguisticVariable( string name, MembershipFunctionCollection membershipFunctionCollection ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ name As String, _ membershipFunctionCollection As MembershipFunctionCollection _ ) |
| Visual C++ |
|---|
public: LinguisticVariable( String^ name, MembershipFunctionCollection^ membershipFunctionCollection ) |
Parameters
- name
- Type: System..::.String
The name that identificates the linguistic variable.
- membershipFunctionCollection
- Type: DotFuzzy..::.MembershipFunctionCollection
A membership functions collection for the lingusitic variable.