libsbmlcs.libsbml.representsFunction C# (CSharp) Method

representsFunction() public static method

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

Same methods

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