Ejemplo n.º 1
0
        private double getitem(int index)
        {
            double ret = CorePINVOKE.StateType_getitem(swigCPtr, index);

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