Example #1
0
 public static doubleArray frompointer(SWIGTYPE_p_double t)
 {
     global::System.IntPtr cPtr = fanndoublePINVOKE.doubleArray_frompointer(SWIGTYPE_p_double.getCPtr(t));
     doubleArray ret = (cPtr == global::System.IntPtr.Zero) ? null : new doubleArray(cPtr, false);
     return ret;
 }
Example #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_double obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
Example #3
0
 public void scale_output(SWIGTYPE_p_double output_vector)
 {
     fanndoublePINVOKE.neural_net_scale_output(swigCPtr, SWIGTYPE_p_double.getCPtr(output_vector));
 }