Skip to content

Max

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.

Last updated on