libsbmlcs.libsbml.representsBinaryFunction C# (CSharp) Method

representsBinaryFunction() public static method

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

Same methods

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