FannWrapperFloat.SWIGTYPE_p_p_float.getCPtr C# (CSharp) Method

getCPtr() static private method

static private getCPtr ( SWIGTYPE_p_p_float obj ) : global::System.Runtime.InteropServices.HandleRef
obj SWIGTYPE_p_p_float
return global::System.Runtime.InteropServices.HandleRef
        internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_p_float obj)
        {
            return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
        }

Usage Example

Exemplo n.º 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);
        }
All Usage Examples Of FannWrapperFloat.SWIGTYPE_p_p_float::getCPtr