libsbml.SBMLDocument.expandFunctionDefinitions C# (CSharp) Method

expandFunctionDefinitions() public method

public expandFunctionDefinitions ( ) : bool
return bool
        public bool expandFunctionDefinitions()
        {
            bool ret = libsbmlPINVOKE.SBMLDocument_expandFunctionDefinitions(swigCPtr);
            return ret;
        }