FuzzySet constructor

FuzzySet([
  1. double representativeValue = 0
])

Constructs a new fuzzy set with the given values.

Implementation

FuzzySet([ this.representativeValue = 0 ]):super();