\r\n

51Degrees Device Detection C/C++  4.4

A device detection library that is used natively or by 51Degrees products

fiftyoneDegreesFloatU Union Reference

Detailed Description

Union that breaks down 51Degrees implementation to its components: sign, exponent and mantissa.

Collaboration diagram for fiftyoneDegreesFloatU:

[legend]

Data Fields

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:
On This Page