libsbmlcs.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);
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }