libsbmlcs.libsbml.isCoreTopLevelMathMLFunctionNodeTag C# (CSharp) Method

isCoreTopLevelMathMLFunctionNodeTag() public static method

public static isCoreTopLevelMathMLFunctionNodeTag ( string name ) : bool
name string
return bool
        public static bool isCoreTopLevelMathMLFunctionNodeTag(string name)
        {
            bool ret = libsbmlPINVOKE.isCoreTopLevelMathMLFunctionNodeTag(name);
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }