gml_TFloatUnion Union Reference

#include <gml_Fraction.h>

Collaboration diagram for gml_TFloatUnion:

Collaboration graph
[legend]
List of all members.

Detailed Description

A structure to extract the fields of an IEEE 32-bit floating point number.


Public Attributes

Float32 fFloat
 full floating-point representation
struct {
   unsigned int   fSign: 1
 sign bit
   unsigned int   fExponent: 8
 8-bit binary exponent
   unsigned int   fRemainder: 23
 23-bit binary mantissa
}; 

The documentation for this union was generated from the following file:
Generated on Tue Jun 12 14:03:28 2007 for gml by Doxygen 1.5.2.