I'm have trouble an object which has three integer values in it along with another parameter which is simply a double. This is my syntax atm:
Object newObject = new Object((1,-2,35),.5);
I'm not sure how this is supposed to be written out in order for the object to accept it. Thank you in advance for any assistance you may provide!


LinkBack URL
About LinkBacks
Reply With Quote