[#BloombergLP-bdldfp-DecimalImpUtil-makeInfinity64] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil.adoc[DecimalImpUtil]::makeInfinity64 :relfileprefix: ../../../ :mrdocs: Return a `ValueType64` representing infinity. Optionally specify whether the infinity `isNegative`. If `isNegative` is `false` or is is not supplied, the returned value will be infinity, and negative infinity otherwise. == Synopsis Declared in `<bdldfp_decimalimputil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType64.adoc[ValueType64] makeInfinity64(bool isNegative = false); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#