[#operator_ge] = operator>= :mrdocs: Check whether the first feerate is higher than or equal to the second. == Synopsis Declared in `<util/feefrac.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator>=( xref:ByRatio.adoc[ByRatio] const& a, xref:ByRatio.adoc[ByRatio] const& b) noexcept; ---- == Return Value True if a's feerate is not lower than b's. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The first operand. | *b* | The second operand. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#