getCPtr() static private method

static private getCPtr ( SWIGTYPE_p_double obj ) : global::System.Runtime.InteropServices.HandleRef
obj SWIGTYPE_p_double
return global::System.Runtime.InteropServices.HandleRef
Example #1
0
 public void setitem(int index, SWIGTYPE_p_double value)
 {
     fanndoublePINVOKE.doubleArrayArray_setitem(swigCPtr, index, SWIGTYPE_p_double.getCPtr(value));
 }
Example #2
0
 public void scale_output(SWIGTYPE_p_double output_vector)
 {
     fanndoublePINVOKE.neural_net_scale_output(swigCPtr, SWIGTYPE_p_double.getCPtr(output_vector));
 }