2 D array of doubles
843829Aug 18 2004 — edited Aug 18 2004I was wondering how to pass a 2D array of doubles through JNI?
I am doing this so that I can change the 2D array to a Variant that contains a 2D array of SAFEARRAYS of doubles. Then I am going to invoke a method of a 3rd party software through COM.