libsbml.ASTBase.isTopLevelMathMLFunctionNodeTag C# (CSharp) Метод

isTopLevelMathMLFunctionNodeTag() публичный Метод

public isTopLevelMathMLFunctionNodeTag ( string name ) : bool
name string
Результат bool
        public bool isTopLevelMathMLFunctionNodeTag(string name)
        {
            bool ret = libsbmlPINVOKE.ASTBase_isTopLevelMathMLFunctionNodeTag(swigCPtr, name);
            return ret;
        }