[#BloombergLP-bdldfp-DecimalImpUtil-makeDecimal64-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil.adoc[DecimalImpUtil]::makeDecimal64 :relfileprefix: ../../../ :mrdocs: Return a `Decimal64` object that has the specified `significand` and `exponent`, rounded according to the current decimal rounding mode, if necessary. If an overflow condition occurs, store the value of the macro `ERANGE` into `errno` and return infinity with the appropriate sign. == Synopsis Declared in `<bdldfp_decimalimputil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType64.adoc[ValueType64] makeDecimal64( int significand, int exponent); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#