示例#1
0
 public void Insert(int index, double x)
 {
     CorePINVOKE.StateType_Insert(swigCPtr, index, x);
     if (CorePINVOKE.SWIGPendingException.Pending)
     {
         throw CorePINVOKE.SWIGPendingException.Retrieve();
     }
 }