libsbml.ASTBase.isTopLevelMathMLFunctionNodeTag C# (CSharp) Méthode

isTopLevelMathMLFunctionNodeTag() public méthode

public isTopLevelMathMLFunctionNodeTag ( string name ) : bool
name string
Résultat bool
        public bool isTopLevelMathMLFunctionNodeTag(string name)
        {
            bool ret = libsbmlPINVOKE.ASTBase_isTopLevelMathMLFunctionNodeTag(swigCPtr, name);
            return ret;
        }