getCPtr() 정적인 개인적인 메소드

static private getCPtr ( StoichiometryMath obj ) : HandleRef
obj StoichiometryMath
리턴 System.Runtime.InteropServices.HandleRef
예제 #1
0
        int setStoichiometryMath(StoichiometryMath math)
        {
            int ret = libsbmlPINVOKE.SpeciesReference_setStoichiometryMath(swigCPtr, StoichiometryMath.getCPtr(math));

            return(ret);
        }
예제 #2
0
 StoichiometryMath(StoichiometryMath orig) : this(libsbmlPINVOKE.new_StoichiometryMath__SWIG_2(StoichiometryMath.getCPtr(orig)), true)
 {
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
 }