Beispiel #1
0
        public static JDoubleArray New(JNIEnv env, int len)
        {
            global::System.IntPtr cPtr = JNIPINVOKE.JDoubleArray_New(JNIEnv.getCPtr(env), len);
            JDoubleArray          ret  = (cPtr == global::System.IntPtr.Zero) ? null : new JDoubleArray(cPtr, false);

            return(ret);
        }
Beispiel #2
0
        public JDoubleArray toJDoubleArray()
        {
            global::System.IntPtr cPtr = JNIPINVOKE.JObject_toJDoubleArray(swigCPtr);
            JDoubleArray          ret  = (cPtr == global::System.IntPtr.Zero) ? null : new JDoubleArray(cPtr, false);

            return(ret);
        }
Beispiel #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(JDoubleArray obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }