Returns the maximum value of the linguistic variable.

Namespace:  DotFuzzy
Assembly:  DotFuzzy (in DotFuzzy.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public double MaxValue()
Visual Basic (Declaration)
Public Function MaxValue As Double
Visual C++
public:
double MaxValue()

Return Value

The maximum value of the linguistic variable.

See Also