public PITypeMembership(double left, double center, double right)
        {
            this.center = center;

            this.sTypeMembershipLeft  = new STypeMembership(left, center);
            this.sTypeMembershipRight = new STypeMembership(center, right);
        }
        public PITypeMembership(double left, double center, double right)
        {
            this.center = center;

            this.sTypeMembershipLeft = new STypeMembership(left, center);
            this.sTypeMembershipRight = new STypeMembership(center, right);
        }
 public ZTypeMembership(double a, double c)
 {
     this.sTypeMembership = new STypeMembership(a, c);
 }
Exemple #4
0
 public ZTypeMembership(double a, double c)
 {
     this.sTypeMembership = new STypeMembership(a, c);
 }