Click or drag to resize
Accord.NET (logo)

TrapezoidalFunction Constructor

Overload List
  NameDescription
Public methodTrapezoidalFunction(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 (--\).
Public methodTrapezoidalFunction(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 (/\).
Public methodTrapezoidalFunction(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 (/--\).
Public methodTrapezoidalFunction(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 (\).
Public methodTrapezoidalFunction(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 (/\).
Public methodTrapezoidalFunction(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 (/--\).
Top
See Also