[#operator_star-0e2] = operator* :mrdocs: Scale a fee rate by an integer factor. == Synopsis Declared in `<policy/feerate.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CFeeRate.adoc[CFeeRate] operator*( int a, xref:CFeeRate.adoc[CFeeRate] const& f); ---- == Return Value The scaled fee rate. == Parameters [cols="1,4"] |=== | Name| Description | *a* | Integer multiplier. | *f* | Fee rate to scale. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#