public FzSet(FuzzySet fs) { TheSet = fs; }
public FzFairly(FzFairly fv) { TheSet = fv.TheSet; }
public FzSet(FzSet fs) { TheSet = new FuzzySet(fs.TheSet.GetReprensetativeVal()); }
public FzVery(FzVery fv) { TheSet = fv.TheSet; }