Navigation: Code Documentation > RSFuzzyLogic > FuzzyInterfaces > Interfaces > IFuzzyVariable > Methods
IFuzzyVariable.AssignFuzzySets(IFuzzyVariable) Method
Copies the fuzzy sets from the Source fuzzy variable to the current variable. All the original fuzzy sets are deleted
Namespace: FuzzyInterfaces
Delphi
public procedure AssignFuzzySets( const Source: IFuzzyVariable );
Parameters
Source
Type: IFuzzyVariable
•IFuzzyVariable
•FuzzyInterfaces