libsbml.ASTBase.isTopLevelMathMLNumberNodeTag C# (CSharp) 메소드

isTopLevelMathMLNumberNodeTag() 공개 메소드

public isTopLevelMathMLNumberNodeTag ( string name ) : bool
name string
리턴 bool
        public bool isTopLevelMathMLNumberNodeTag(string name)
        {
            bool ret = libsbmlPINVOKE.ASTBase_isTopLevelMathMLNumberNodeTag(swigCPtr, name);
            return ret;
        }