示例#1
0
    public FloatVector GetRange(int index, int count)
    {
        global::System.IntPtr cPtr = MyDLLPINVOKE.FloatVector_GetRange(swigCPtr, index, count);
        FloatVector           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FloatVector(cPtr, true);

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