예제 #1
0
 public virtual void set_Z(double Z)
 {
     MeCabPINVOKE.Lattice_set_Z(swigCPtr, Z);
     if (MeCabPINVOKE.SWIGPendingException.Pending)
     {
         throw MeCabPINVOKE.SWIGPendingException.Retrieve();
     }
 }