Provides a place where you can define variables using name=value pairs, e.g., x=cold or warm.
Namespace: FuzzyLogic
Delphi |
published |
Property Value
Type: Void
When the Parser encounters a variable in text it is parsing (defined with a question mark before the name, e.g., "warm or ?x"), it attempts to find the variable in the Variables property, evaluates its fuzzy expression value, and insert it into text. |
Reference |