Example #1
0
 public BoolNDArray(BoolNDArray orig) : this(modshogunPINVOKE.new_BoolNDArray__SWIG_2(BoolNDArray.getCPtr(orig)), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public BoolNDArray(BoolNDArray orig) : this(modshogunPINVOKE.new_BoolNDArray__SWIG_2(BoolNDArray.getCPtr(orig)), true) {
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
Example #3
0
 internal static HandleRef getCPtr(BoolNDArray obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Example #4
0
 internal static HandleRef getCPtr(BoolNDArray obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }