Array passing
mhm21
Posts: 14
Hello all! I come to you humbly for a quick complete beginner question. I have been making my way through the tutorials and have a question about passing "arrays" between objects. Namely I am trying to pass two arrays of longs, call them array A and array B to an method that will perform the equivalent of a 3x3 matrix multiplication and return the resulting array. I have the array multiplication down, but am having an amazingly difficult time figuring out how to pass the resulting multiplied array back to the main method. Could someone please point me to either another forum post or give me a basic explanation here? Thanks!
Comments
Hope that helps...it was kind of confusing.
Some code samples are always a good thing to include to let us help you better.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
April, 2008: when I discovered the answers to all my micro-computational-botherations!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
April, 2008: when I discovered the answers to all my micro-computational-botherations!