Assimp  v5.0.1. (December 2020)
_IEEEDouble Union Reference

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

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

◆ IEEE

struct { ... } _IEEEDouble::IEEE

◆ Sign

uint64_t _IEEEDouble::Sign

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