FuzzySet constructor
FuzzySet([
- double representativeValue = 0
Constructs a new fuzzy set with the given values.
Implementation
FuzzySet([ this.representativeValue = 0 ]):super();
Constructs a new fuzzy set with the given values.
FuzzySet([ this.representativeValue = 0 ]):super();