예제 #1
0
        public virtual float theta()
        {
            float ret = MeCabPINVOKE.Lattice_theta(swigCPtr);

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