[#BloombergLP-bdldfp-operator_star-0ff0] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::operator* :relfileprefix: ../../ :mrdocs: Return the product of the specified `lhs` and `rhs`. == Synopsis Declared in `<bdldfp_decimal.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] operator*( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- == Return Value product of the specified `lhs` and `rhs` == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand operand | *rhs* | right‐hand operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#