Inheritance: global::System.IDisposable
Example #1
0
 public neural_net(neural_net other) : this(fanndoublePINVOKE.new_neural_net__SWIG_6(neural_net.getCPtr(other)), true)
 {
     if (fanndoublePINVOKE.SWIGPendingException.Pending)
     {
         throw fanndoublePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #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;
 }
Example #3
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);
 }
Example #4
0
 public neural_net(neural_net other)
     : this(fanndoublePINVOKE.new_neural_net__SWIG_6(neural_net.getCPtr(other)), true)
 {
     if (fanndoublePINVOKE.SWIGPendingException.Pending) throw fanndoublePINVOKE.SWIGPendingException.Retrieve();
 }