libsbmlcs.libsbml.representsNaryFunction C# (CSharp) Method

representsNaryFunction() public static method

public static representsNaryFunction ( int type ) : bool
type int
return bool
        public static bool representsNaryFunction(int type)
        {
            bool ret = libsbmlPINVOKE.representsNaryFunction__SWIG_1(type);
            return ret;
        }

Same methods

libsbml::representsNaryFunction ( int type, ASTBasePlugin plugin ) : bool