示例#1
0
    private float getitemcopy(int index)
    {
        float ret = MyDLLPINVOKE.FloatVector_getitemcopy(swigCPtr, index);

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