Пример #1
0
 public void Add(Complex x)
 {
     CorePINVOKE.ComplexStateType_Add(swigCPtr, Complex.getCPtr(x));
     if (CorePINVOKE.SWIGPendingException.Pending)
     {
         throw CorePINVOKE.SWIGPendingException.Retrieve();
     }
 }