예제 #1
0
 public virtual void set_theta(float theta)
 {
     MeCabPINVOKE.Lattice_set_theta(swigCPtr, theta);
     if (MeCabPINVOKE.SWIGPendingException.Pending)
     {
         throw MeCabPINVOKE.SWIGPendingException.Retrieve();
     }
 }