Example #1
0
 public void Insert(int index, Complex x)
 {
     CorePINVOKE.ComplexStateType_Insert(swigCPtr, index, Complex.getCPtr(x));
     if (CorePINVOKE.SWIGPendingException.Pending)
     {
         throw CorePINVOKE.SWIGPendingException.Retrieve();
     }
 }