Converts the bits of the specified size-equivalent unsigned integer uIntValue into the "original" floating point type.
Declared in <bslmf_floatingtypestructuraltraits.h>
static
FloatType
toFloatType(UintType uIntValue);
the floating-point value with the same bit pattern as uIntValue
| Name | Description |
|---|---|
| uIntValue | bit pattern to reinterpret as a floating-point value |