Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/1457-standardlibrary-mathematics-fuzzy-logic-fuzzy-variable-cfuzzyvariable-cfuzzyvariableterms.md
T
2026-06-23 21:47:51 +08:00

452 B

Terms (Get method)

Gets a list of fuzzy terms for the given fuzzy variable.

CList*  Terms()

Return Value

List of fuzzy terms for the given fuzzy variable.

Terms (Set method)

Sets a list of fuzzy terms for the given fuzzy variable.

void  Terms(
   CList*&  terms      // list of fuzzy terms for the given variable 
   )

Parameters

terms

[in]  list of fuzzy terms for the given fuzzy variable.