示例#1
0
 public neural_net(neural_net other) : this(fannfloatPINVOKE.new_neural_net__SWIG_6(neural_net.getCPtr(other)), true)
 {
     if (fannfloatPINVOKE.SWIGPendingException.Pending)
     {
         throw fannfloatPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(neural_net obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }