TrapezoidalFunction Constructor |
Name | Description | |
---|---|---|
TrapezoidalFunction(Single, Single, TrapezoidalFunctionEdgeType) |
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, TrapezoidalFunctionEdgeType) |
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 (/--\).
|