|
Add(TFzyFloat,TFzyFloat)
|
Overloaded. Adds a new XY value pair to the fuzzy set.
|
|
Append(IFuzzySet)
|
Overloaded. Adds the Source Fuzzy Set's XY value pairs to the current fuzzy set.
|
|
Append(IFuzzySet,Integer,Integer)
|
Overloaded. Adds a range of the XY value pairs from the Source Fuzzy set to the current fuzzy set.
|
|
Assign(IInterface)
|
Overloaded. Copies the AValue to the Fuzzy Set that contains this TIFSValues class. If AValue does not implement IFuzzySet, nothing is copied
|
|
AssignValues(IFuzzySet)
|
Assigns the XY value pairs from the Source fuzzy set to the current fuzzy set
|
|
EqualsValues(IFuzzySet)
|
Compares the values of the current fuzzy set with the FuzzySet parameter
|
|
GetCount
|
Accessor method for the Count property
|
|
Insert(Integer,TFzyFloat,TFzyFloat)
|
Overloaded. Adds a new XY value pair to the fuzzy set. In general, it is better to use the Add method since the fuzzy set reorders the XY value pairs to be sorted by X value anyway
|
|
ToString
|
Returns a string representation of the fuzzy set. The string representation is parsable by the parser defined in the Parser property
|