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