[#cluster_linearize-DepGraph-FeeRate-05] = xref:cluster_linearize.adoc[cluster_linearize]::xref:cluster_linearize/DepGraph.adoc[DepGraph]::FeeRate :relfileprefix: ../../ :mrdocs: Compute the aggregate feerate of a set of nodes in this graph. == Synopsis Declared in `<cluster_linearize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:FeeFrac.adoc[FeeFrac] FeeRate(SetType const& elems) const noexcept; ---- == Description Complexity: O(N) where N=elems.Count(). == Return Value The combined fee and size of the set. == Parameters [cols="1,4"] |=== | Name| Description | *elems* | The set of positions to aggregate. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#