Overload List
| Name | Description | |
|---|---|---|
| TrapezoidalFunction(Single, Single, TrapezoidalFunction..::.EdgeType) |
Initializes a new instance of the TrapezoidalFunction class.
With three points and an edge this shape can be a left fuzzy number (/–) or a right fuzzy number (–).
| |
| TrapezoidalFunction(Single, Single, Single) |
Initializes a new instance of the TrapezoidalFunction class.
With three points the shape is known as triangular fuzzy number or just fuzzy number (/).
| |
| TrapezoidalFunction(Single, Single, Single, Single) |
Initializes a new instance of the TrapezoidalFunction class.
With four points the shape is known as flat fuzzy number or fuzzy interval (/–).
| |
| TrapezoidalFunction(Single, Single, Single, Single, TrapezoidalFunction..::.EdgeType) |
Initializes a new instance of the TrapezoidalFunction class.
With two points and an edge this shape can be a left fuzzy number (/) or a right fuzzy number ().
| |
| TrapezoidalFunction(Single, Single, Single, Single, Single) |
Initializes a new instance of the TrapezoidalFunction class.
With three points the shape is known as triangular fuzzy number or just fuzzy number (/).
| |
| TrapezoidalFunction(Single, Single, Single, Single, Single, Single) |
Initializes a new instance of the TrapezoidalFunction class.
With four points the shape is known as flat fuzzy number or fuzzy interval (/–).
|