Navigation: Code Documentation > RSFuzzyLogic > FuzzyInterfaces > Interfaces > IFuzzyVariable > Properties
IFuzzyVariable.FuzzySetByName[String] Property
Returns the fuzzy set defined in the fuzzy variable that has the specified name. An exception is raised if a fuzzy set with that name does not exist
Namespace: FuzzyInterfaces
Delphi
public property FuzzySetByName[Index: String]: IFuzzySet read get_FuzzySetByName;
Parameters
Index
Type: String
Type: IFuzzySet
•IFuzzyVariable
•FuzzyInterfaces