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/vsts/work/1/s/apis/device-detection-cxx/src/common-cxx/float.h