Example #1
0
        public PITypeMembership(double left, double center, double right)
        {
            this.center = center;

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

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