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