Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
_IEEEDouble Union Reference

Data structure to represent the bit pattern of a 64 Bit IEEE 754 floating-point number. More...

#include <qnan.h>

Public Attributes

double Double
 
struct {
   uint64_t   Exp: 11
 
   uint64_t   Frac: 52
 
   uint64_t   Sign: 1
 
IEEE
 

Detailed Description

Data structure to represent the bit pattern of a 64 Bit IEEE 754 floating-point number.

Member Data Documentation

◆ Double

double _IEEEDouble::Double

◆ Exp

uint64_t _IEEEDouble::Exp

◆ Frac

uint64_t _IEEEDouble::Frac

◆ 

struct { ... } _IEEEDouble::IEEE

◆ Sign

uint64_t _IEEEDouble::Sign

The documentation for this union was generated from the following file: