Ejemplo n.º 1
0
 public IFuzzySet SNorm(IFuzzySet other, ISNorm sNorm)
 {
     return(sNorm.Calculate(this, other));
 }
Ejemplo n.º 2
0
 public IFuzzySet SNorm(IFuzzySet other, ISNorm sNorm)
 {
     return sNorm.Calculate(this, other);
 }