Example #1
0
        private Complex getitem(int index)
        {
            Complex ret = new Complex(CorePINVOKE.ComplexStateType_getitem(swigCPtr, index), false);

            if (CorePINVOKE.SWIGPendingException.Pending)
            {
                throw CorePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }