[#BloombergLP-bslmf-FloatingTypeStructuralTraits-01-toUintType] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::xref:BloombergLP/bslmf/FloatingTypeStructuralTraits-01.adoc[FloatingTypeStructuralTraits<float>]::toUintType :relfileprefix: ../../../ :mrdocs: Converts the bits of the specified floating point `value` into the size‐equivalent unsigned integer type. == Synopsis Declared in `<bslmf_floatingtypestructuraltraits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bslmf/FloatingTypeStructuralTraits-01/UintType.adoc[UintType] toUintType(xref:BloombergLP/bslmf/FloatingTypeStructuralTraits-01/FloatType.adoc[FloatType] value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#