[#BloombergLP-baljsn-PrintUtil-printFloatingPoint] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/PrintUtil.adoc[PrintUtil]::printFloatingPoint :relfileprefix: ../../../ :mrdocs: Encode the specified floating point `value` into JSON and output the result to the specified `stream`. Use the optionally‐specified `options` to decide how `value` is encoded. == Synopsis Declared in `<baljsn_printutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> static int printFloatingPoint( std::ostream& stream, TYPE value, xref:BloombergLP/baljsn/EncoderOptions.adoc[EncoderOptions] const* options); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#