libsbml.ASTBase.isTopLevelMathMLNumberNodeTag C# (CSharp) Method

isTopLevelMathMLNumberNodeTag() public method

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