Exemplo n.º 1
0
    public double GetLearnRate()
    {
        double ret = VisionLabPINVOKE.BPN_GetLearnRate(swigCPtr);

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