Geant4  10.07.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ieee754 Union Reference

Public Member Functions

 ieee754 ()
 
 ieee754 (G4double thed)
 
 ieee754 (uint64_t thell)
 
 ieee754 (G4float thef)
 
 ieee754 (uint32_t thei)
 

Public Attributes

G4double d
 
G4float f [2]
 
uint32_t i [2]
 
uint64_t ll
 
uint16_t s [4]
 

Constructor & Destructor Documentation

ieee754 ( )
ieee754 ( G4double  thed)

References ieee754::d.

ieee754 ( uint64_t  thell)

References ieee754::ll.

ieee754 ( G4float  thef)

References ieee754::f.

ieee754 ( uint32_t  thei)

References ieee754::i.

Member Data Documentation

uint16_t s[4]