Multiply the specified lhs and rhs as described by IEEE‐754.
Synopsis
Declared in <bdldfp_decimal.h>
bdldfp::Decimal128
operator*(
Decimal128 lhs,
unsigned long rhs);
Created with MrDocs
Multiply the specified lhs and rhs as described by IEEE‐754.
Declared in <bdldfp_decimal.h>
bdldfp::Decimal128
operator*(
Decimal128 lhs,
unsigned long rhs);
Created with MrDocs