Inheritance: global::System.IDisposable
示例#1
0
        public static floatArrayArray frompointer(SWIGTYPE_p_p_float t)
        {
            global::System.IntPtr cPtr = fannfloatPINVOKE.floatArrayArray_frompointer(SWIGTYPE_p_p_float.getCPtr(t));
            floatArrayArray       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new floatArrayArray(cPtr, false);

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