Tracks all the fuzzy sets in the fuzzy variable.
Namespace: FuzzyLogic
Delphi |
published |
Property Value
Type: TFuzzySets
The Items property is a collection of fuzzy sets. Use Items to: Access a specific fuzzy set. Add or delete fuzzy sets from the list. Get or set the values of individual fuzzy sets. Compare fuzzy sets. Iterate through all fuzzy sets. Copy a set of fuzzy sets to another fuzzy sets list. |
Reference |