Converts the bits of the specified floating point value into the size-equivalent unsigned integer type.
Declared in <bslmf_floatingtypestructuraltraits.h>
static
UintType
toUintType(FloatType value);
the unsigned integer with the same bit pattern as value
| Name | Description |
|---|---|
| value | floating-point value whose bit pattern is copied |