Lists a set of IFuzzyVariable interfaces associated one with each of the strings in the Strings property.
Namespace: IFuzzyLogic
Delphi |
public |
Parameters
Index
Type: Integer
Type: IFuzzyVariable
Associate an IFuzzyVariable interface with an existing string by setting the Data property using the same index as that of the string in the Strings property. Look up the IFuzzyVariable interface associated with a string by reading the Data property with the index of the string. Index gives the position of the string associated with the interface, where 0 is the first string, 1 is the second string, and so on. Use the IndexOf method to find the index of the string. |
Reference |