TriangularFuzzySet constructor
Constructs a new triangular fuzzy set with the given values.
Implementation
TriangularFuzzySet([double left = 0, this.midpoint = 0, double right = 0 ]):super( midpoint ){
this.left = left;
this.right = right;
}
Constructs a new triangular fuzzy set with the given values.
TriangularFuzzySet([double left = 0, this.midpoint = 0, double right = 0 ]):super( midpoint ){
this.left = left;
this.right = right;
}