FannWrapperFloat.SWIGTYPE_p_p_float.getCPtr C# (CSharp) Méthode

getCPtr() static private méthode

static private getCPtr ( SWIGTYPE_p_p_float obj ) : global::System.Runtime.InteropServices.HandleRef
obj SWIGTYPE_p_p_float
Résultat 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

Exemple #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