Converts the bits of the specified size‐equivalent unsigned integer uIntValue into the "original" floating point type.

Synopsis

Declared in <bslmf_floatingtypestructuraltraits.h>

static
FloatType
toFloatType(UintType uIntValue);

Return Value

the floating‐point value with the same bit pattern as uIntValue

Parameters

Name

Description

uIntValue

bit pattern to reinterpret as a floating‐point value

Created with MrDocs