Cicode Programming Reference > Cicode Function Categories > Fuzzy Logic Functions Introduction > FuzzyClose

FuzzyClose

Frees all memory and information for the specified instance. After the fuzzy instance is closed, the handle given in the hFuzzy parameter is no longer valid.

Syntax

FuzzyClose(hFuzzy)

hFuzzy:

The fuzzy instance handle (and integer greater than 0).

Return Value

0 (zero) if successful, otherwise an error is returned.

Related Functions

FuzzyOpen

Example

See FuzzyOpen.

See Also

FuzzyTech Functions