The TrapezoidalFunction type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TrapezoidalFunction | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| GetMembership |
Calculate membership of a given value to the piecewise function.
(Inherited from PiecewiseLinearFunction.) |
Fields
| Name | Description | |
|---|---|---|
| points |
Vector of (X,Y) coordinates for end/start of each line.
(Inherited from PiecewiseLinearFunction.) |
Properties
| Name | Description | |
|---|---|---|
| LeftLimit |
The leftmost x value of the membership function, given by the first (X,Y) coordinate.
(Inherited from PiecewiseLinearFunction.) | |
| RightLimit |
The rightmost x value of the membership function, given by the last (X,Y) coordinate.
(Inherited from PiecewiseLinearFunction.) |