libsbml.StoichiometryMath.StoichiometryMath C# (CSharp) Method

StoichiometryMath() private method

private StoichiometryMath ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr System.IntPtr
cMemoryOwn bool
return System
        internal StoichiometryMath(IntPtr cPtr, bool cMemoryOwn)
            : base(libsbmlPINVOKE.StoichiometryMath_SWIGUpcast(cPtr), cMemoryOwn)
        {
            //super(libsbmlPINVOKE.StoichiometryMathUpcast(cPtr), cMemoryOwn);
            swigCPtr = new HandleRef(this, cPtr);
        }

Same methods

StoichiometryMath::StoichiometryMath ( SBMLNamespaces sbmlns ) : System
StoichiometryMath::StoichiometryMath ( StoichiometryMath orig ) : System
StoichiometryMath::StoichiometryMath ( long level, long version ) : System