public void swap(XsInt64ArrayImpl other)
 {
     xsensdeviceapiPINVOKE.XsInt64ArrayImpl_swap(swigCPtr, XsInt64ArrayImpl.getCPtr(other));
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public XsInt64ArrayImpl(XsInt64ArrayImpl other) : this(xsensdeviceapiPINVOKE.new_XsInt64ArrayImpl__SWIG_3(XsInt64ArrayImpl.getCPtr(other)), true)
 {
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }