Наследование: global::System.IDisposable
Пример #1
0
        public static ActivationFunctionArray frompointer(SWIGTYPE_p_FANN__activation_function_enum t)
        {
            global::System.IntPtr   cPtr = PINVOKE.ActivationFunctionArray_frompointer(SWIGTYPE_p_FANN__activation_function_enum.getCPtr(t));
            ActivationFunctionArray ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ActivationFunctionArray(cPtr, false);

            return(ret);
        }
Пример #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ActivationFunctionArray obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ActivationFunctionArray obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }