libsbml.StoichiometryMath.getCPtr C# (CSharp) Method

getCPtr() static private method

static private getCPtr ( StoichiometryMath obj ) : HandleRef
obj StoichiometryMath
return System.Runtime.InteropServices.HandleRef
        internal static HandleRef getCPtr(StoichiometryMath obj)
        {
            return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
        }

Usage Example

Beispiel #1
0
        int setStoichiometryMath(StoichiometryMath math)
        {
            int ret = libsbmlPINVOKE.SpeciesReference_setStoichiometryMath(swigCPtr, StoichiometryMath.getCPtr(math));

            return(ret);
        }
All Usage Examples Of libsbml.StoichiometryMath::getCPtr