[#BloombergLP-bslmf-FloatingTypeStructuralTraits-05-toFloatType] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::xref:BloombergLP/bslmf/FloatingTypeStructuralTraits-05.adoc[FloatingTypeStructuralTraits<double>]::toFloatType :relfileprefix: ../../../ :mrdocs: Converts the bits of the specified size‐equivalent unsigned integer `uIntValue` into the "original" floating point type. == Synopsis Declared in `<bslmf_floatingtypestructuraltraits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bslmf/FloatingTypeStructuralTraits-05/FloatType.adoc[FloatType] toFloatType(xref:BloombergLP/bslmf/FloatingTypeStructuralTraits-05/UintType.adoc[UintType] uIntValue); ---- == Return Value the floating‐point value with the same bit pattern as `uIntValue` == Parameters [cols="1,4"] |=== | Name| Description | *uIntValue* | bit pattern to reinterpret as a floating‐point value |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#