Пример #1
0
 public BoolNDArray(BoolNDArray orig) : this(modshogunPINVOKE.new_BoolNDArray__SWIG_2(BoolNDArray.getCPtr(orig)), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }