public IFuzzySet SNorm(IFuzzySet other, ISNorm sNorm) { return(sNorm.Calculate(this, other)); }
public IFuzzySet SNorm(IFuzzySet other, ISNorm sNorm) { return sNorm.Calculate(this, other); }