30 lines
384 B
Markdown
30 lines
384 B
Markdown
# 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.
|