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