示例#1
0
    public int IndexOf(float value)
    {
        int ret = MyDLLPINVOKE.FloatVector_IndexOf(swigCPtr, value);

        return(ret);
    }