Detailed Description
Union that breaks down 51Degrees implementation to its components: sign, exponent and mantissa.
Collaboration diagram for fiftyoneDegreesFloatU:
Data Fields
| fiftyoneDegreesFloatInternal | fValue |
| struct { | |
| uint32_t mantissa: FIFTYONE_DEGREES_FLOAT_MANT_SIZE | |
| uint32_t exponent: FIFTYONE_DEGREES_FLOAT_EXP_SIZE | |
| uint32_t sign: FIFTYONE_DEGREES_FLOAT_SIGN_SIZE | |
| } | parts |
The documentation for this union was generated from the following file:
- /home/runner/work/device-detection-cxx/device-detection-cxx/common/device-detection-cxx/src/common-cxx/float.h
