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

384 B

Max (Get method)

Gets the maximum value for a fuzzy variable.

double  Max()

Return Value

Maximum value for a fuzzy variable.

Max (Set method)

Sets the maximum value for a fuzzy variable.

void  Max(
   const double  max      // maximum value for a fuzzy variable 
   )

Parameters

max

[in]  Maximum value for a fuzzy variable.