libsbml.SBMLDocument.expandFunctionDefinitions C# (CSharp) 메소드

expandFunctionDefinitions() 공개 메소드

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