libsbml.libsbml.representsUnaryFunction C# (CSharp) Method

representsUnaryFunction() public static method

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

Same methods

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