The MembershipFunction type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MembershipFunction | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Area |
Calculate the area of a trapezoidal membership function.
| |
| Centorid |
Calculate the centroid of a trapezoidal membership function.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Name |
The name that identificates the membership function.
| |
| Value |
The value of membership function after evaluation process.
| |
| X0 |
The value of the (x0, 0) point.
| |
| X1 |
The value of the (x1, 1) point.
| |
| X2 |
The value of the (x2, 1) point.
| |
| X3 |
The value of the (x3, 0) point.
|