Beispiel #1
0
 public FzSet(FuzzySet fs)
 {
     TheSet = fs;
 }
Beispiel #2
0
 public FzFairly(FzFairly fv)
 {
     TheSet = fv.TheSet;
 }
Beispiel #3
0
 public FzSet(FzSet fs)
 {
     TheSet = new FuzzySet(fs.TheSet.GetReprensetativeVal());
 }
Beispiel #4
0
 public FzVery(FzVery fv)
 {
     TheSet = fv.TheSet;
 }