libsbmlcs.RateRule.RateRule C# (CSharp) Method

RateRule() public method

public RateRule ( long level, long version ) : System
level long
version long
return System
        public RateRule(long level, long version)
            : this(libsbmlPINVOKE.new_RateRule__SWIG_0(level, version), true)
        {
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
        }

Same methods

RateRule::RateRule ( IntPtr cPtr, bool cMemoryOwn ) : System
RateRule::RateRule ( SBMLNamespaces sbmlns ) : System