Calculate the centroid of a trapezoidal membership function.

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

Syntax

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

Return Value

The value of centroid.

See Also