Navigation: Code Documentation > RSFuzzyLogic > FuzzyInterfaces > Interfaces > IFuzzyVariable > Methods
IFuzzyVariable.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: FuzzyInterfaces
Delphi
public function ContainsFuzzySet( const Name: String ): IFuzzySet;
Parameters
Name
Type: String
Type: IFuzzySet
•IFuzzyVariable
•FuzzyInterfaces