Navigation: Code Documentation > RSFuzzyLogic > IFuzzyLogic > Classes > TIFuzzySets > Methods
TIFuzzySets.ContainsFuzzySet(String) Method
Checks to see if a fuzzy set of the specified name exists in the fuzzy variable. If the fuzzy set does exist, it is returned, else nil.
Namespace: IFuzzyLogic
Delphi
public function ContainsFuzzySet( const Name: String ): IFuzzySet;
Parameters
Name
Type: String
Type: IFuzzySet
•TIFuzzySets
•IFuzzyLogic