Navigation: Code Documentation > IE > FuzzyLogicPackage > Enumerations
TFuzzyOperationFunctionType Enumeration
Represents type TFuzzyOperationFunctionType.
Namespace: FuzzyLogicPackage
Delphi
type TFuzzyOperationFunctionType = (fofFuzzyUnion, fofFuzzyUnionX, fofFuzzyIntersection, fofFuzzyIntersectionX);
Name
Description
fofFuzzyIntersection
Represents constant fofFuzzyIntersection.
fofFuzzyIntersectionX
Represents constant fofFuzzyIntersectionX.
fofFuzzyUnion
Represents constant fofFuzzyUnion.
fofFuzzyUnionX
Represents constant fofFuzzyUnionX.
Top
•FuzzyLogicPackage