Navigation: Code Documentation > RSFuzzyLogic > FuzzyLogic > Classes > TFuzzySets
TFuzzySets Properties
Name
Description
ItemByName[String]
Returns the fuzzy set with the specified name. If no fuzzy set of that name exists, an exception is raised.
Items[Integer]
Lists the individual fuzzy sets of a TFuzzySets object. Use the Items property to iterate through all the fuzzy sets. Index identifies the index in the range 0 to Count - 1.
Variable
Returns the fuzzy variable that is the owner of the collection
Top