for(int i=0; i<this.length; i++)productcc.times(cc[i]);
this.productt.add(productcc);
break;
case 15: Phasor[] pp = this.getArray_as_Phasor();
Phasor productpp = Phasor.plusOne();
for(int i=0; i<this.length; i++)productpp.times(pp[i]);
this.productt.add(productpp);
break;
default: throw new IllegalArgumentException("Data type not identified by this method");
}
this.productDone = true;